enable stdio redirect by default on Win32. Partial fix for Wargus/wargus#255

This commit is contained in:
Tim Felgentreff 2018-09-27 19:38:09 +00:00
parent b5fc775ddb
commit 77326cc78f

View file

@ -675,7 +675,7 @@ endif()
# Options for compiling
if(WIN32)
option(ENABLE_STDIO_REDIRECT "Redirect Stratagus console output to files on Windows" OFF)
option(ENABLE_STDIO_REDIRECT "Redirect Stratagus console output to files on Windows" ON)
option(ENABLE_NSIS "Create Stratagus Window NSIS Installer" OFF)
endif()