8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccec0a9 commit 31e1261Copy full SHA for 31e1261
scripts/run-appveyor.bat
@@ -13,7 +13,7 @@ if /I "%PLATFORM%" == "x64" (
13
14
echo.
15
echo Preparing %CONFIGURATION% build environment for %GENERATOR%%CMAKE_GEN_SUFFIX% ...
16
-cmake "-G%GENERATOR%%CMAKE_GEN_SUFFIX%" -H. -Bbuild
+cmake "-G%GENERATOR%%CMAKE_GEN_SUFFIX%" -DPLATFORM=%PLATFORM% -DUNICODE=%UNICODE% -H. -Bbuild
17
if %errorlevel% neq 0 exit /b %errorlevel%
18
19
0 commit comments