1
0
Fork 0

Add new dependencies to the workflows and scripts

This commit is contained in:
krcroft 2019-11-05 17:18:22 -08:00
parent a221b6a040
commit 6d8c9b93b7
No known key found for this signature in database
GPG key ID: 94D8F8D0D171A64B
5 changed files with 11 additions and 15 deletions

View file

@ -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
}