1
Fork 0

Don't use -municode for windows builds

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-17 15:09:50 +01:00
parent f9c1241b38
commit 5efc37e15c
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 0 additions and 2 deletions

View File

@ -197,7 +197,6 @@ ifeq ($(WINDOWS),true)
BASE_FLAGS += -D_USE_MATH_DEFINES
BASE_FLAGS += -I../src/mingw-compat
BASE_FLAGS += -I../src/mingw-std-threads
BASE_FLAGS += -municode
endif
# --------------------------------------------------------------

View File

@ -108,7 +108,6 @@ ifeq ($(WINDOWS),true)
BASE_FLAGS += -D_USE_MATH_DEFINES
BASE_FLAGS += -Imingw-compat
BASE_FLAGS += -Imingw-std-threads
BASE_FLAGS += -municode
endif
BUILD_C_FLAGS += -std=gnu11