Add new dependencies to the workflows and scripts
This commit is contained in:
parent
a221b6a040
commit
6d8c9b93b7
5 changed files with 11 additions and 15 deletions
|
@ -259,10 +259,6 @@ function tools_and_flags() {
|
|||
if [[ "${SYSTEM}" == "macos" ]]; then
|
||||
AR="ar"
|
||||
RANLIB="ranlib"
|
||||
|
||||
# MSYS universal
|
||||
elif [[ "${SYSTEM}" == "msys2" ]]; then
|
||||
LIBS_ARRAY+=("-lwinmm" "-lws2_32")
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue