enable stdio redirect by default on Win32. Partial fix for Wargus/wargus#255
This commit is contained in:
parent
b5fc775ddb
commit
77326cc78f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue