Fix for msys build

dev-ui
Piotr Dziwinski 2013-11-25 21:36:41 +01:00
parent aab79c6b5d
commit 6c6f292438
1 changed files with 0 additions and 1 deletions

View File

@ -8,5 +8,4 @@ if (MSYS AND (NOT MXE))
set(COLOBOT_CXX_FLAGS "${COLOBOT_CXX_FLAGS} -U__STRICT_ANSI__") # fixes putenv()
set(USE_SDL_MAIN 1) # fixes SDL_main
set(DESKTOP OFF) # MSYS doesn't have the necessary tools
endif()