Remove -DWIN32 from build.sh
This commit is contained in:
parent
1f07886767
commit
8ea7bcf762
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue