8000 Pass PLATFORM/UNICODE to cmake. · fancycode/MemoryModule@31e1261 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31e1261

Browse files
committed
Pass PLATFORM/UNICODE to cmake.
1 parent ccec0a9 commit 31e1261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-appveyor.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if /I "%PLATFORM%" == "x64" (
1313

1414
echo.
1515
echo Preparing %CONFIGURATION% build environment for %GENERATOR%%CMAKE_GEN_SUFFIX% ...
16-
cmake "-G%GENERATOR%%CMAKE_GEN_SUFFIX%" -H. -Bbuild
16+
cmake "-G%GENERATOR%%CMAKE_GEN_SUFFIX%" -DPLATFORM=%PLATFORM% -DUNICODE=%UNICODE% -H. -Bbuild
1717
if %errorlevel% neq 0 exit /b %errorlevel%
1818

1919
echo.

0 commit comments

Comments
 (0)
0