AppVeyor compilation error fix.
This commit is contained in:
parent
433880ea9c
commit
f70b72fb4a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ before_build:
|
|||
- 7z x dependencies.zip
|
||||
- appveyor DownloadFile https://github.com/jimpark/unsis/releases/download/2.50.0/nsis-2.50.0-Unicode-setup.exe
|
||||
- nsis-2.50.0-Unicode-setup.exe /S /D=C:\Program Files (x86)\NSIS
|
||||
- cmake -G "Visual Studio 14 2015" -T v140_xp -DCMAKE_PREFIX_PATH="%cd%\\dependencies" -DENABLE_NSIS=ON -DENABLE_STDIO_REDIRECT=ON ..
|
||||
- cmake -G "Visual Studio 16 2019" -T v140_xp -DCMAKE_PREFIX_PATH="%cd%\\dependencies" -DENABLE_NSIS=ON -DENABLE_STDIO_REDIRECT=ON ..
|
||||
- cd ..
|
||||
after_build:
|
||||
- 7z a compiled-binaries.zip %cd%\build\stratagus.exe %cd%\build\dependencies\bin\*.dll
|
||||
|
|
Loading…
Reference in a new issue