1
0
Fork 0

Remove -DWIN32 from build.sh

This commit is contained in:
Patryk Obara 2019-11-14 22:44:24 +01:00 committed by Patryk Obara
parent 1f07886767
commit 8ea7bcf762

View file

@ -250,9 +250,6 @@ function tools_and_flags() {
# CLANG on MacOS
elif [[ "${SYSTEM}" == "macos" ]]; then LD="ld"; fi
# CLANG and MSYS2
if [[ "${SYSTEM}" == "msys2" ]]; then CFLAGS_ARRAY+=("-DWIN32"); fi
fi
# macOS universal