enable stdio redirect for building
This commit is contained in:
parent
0778357cc3
commit
ebb0c39df6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ before_build:
|
|||
- appveyor DownloadFile https://github.com/Wargus/stratagus/releases/download/2015-30-11/dependencies.zip
|
||||
- 7z x dependencies.zip
|
||||
- choco install nsis -pre
|
||||
- cmake -G "Visual Studio 14 2015" -DCMAKE_PREFIX_PATH="%cd%\\dependencies" -DENABLE_NSIS=ON ..
|
||||
- cmake -G "Visual Studio 14 2015" -DCMAKE_PREFIX_PATH="%cd%\\dependencies" -DENABLE_NSIS=ON -DENABLE_STDIO_REDIRECT=ON ..
|
||||
- cd ..
|
||||
artifacts:
|
||||
- path: build\Stratagus-*.exe
|
||||
|
|
Loading…
Reference in a new issue