Use MinGW ANSI stdio

master
Elias Fleckenstein 2022-04-25 16:45:24 +02:00
parent 2bca16df3d
commit 96df962260
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ endif()
add_compile_definitions("USE_DRAGONNET")
add_compile_definitions("GLEW_STATIC")
add_compile_definitions("ASSET_PATH=\"${ASSET_PATH}\"")
add_compile_definitions("__USE_MINGW_ANSI_STDIO")
add_compile_options(
-Wall