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

Skip to content

Commit 1d19f9f

Browse files
committed
Pass PLATFORM/UNICODE to cmake.
1 parent d19c62e commit 1d19f9f

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
@@ -9,7 +9,7 @@ if /I "%PLATFORM%" == "x64" (
99

1010
echo.
1111
echo Preparing %CONFIGURATION% build environment for %GENERATOR%%CMAKE_GEN_SUFFIX% ...
12-
cmake "-G%GENERATOR%%CMAKE_GEN_SUFFIX%" -H. -Bbuild
12+
cmake "-G%GENERATOR%%CMAKE_GEN_SUFFIX%" -DPLATFORM=%PLATFORM% -DUNICODE=%UNICODE% -H. -Bbuild
1313
if %errorlevel% neq 0 exit /b %errorlevel%
1414

1515
echo.

0 commit comments

Comments
 (0)
0