File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ if %build_thirdparty% == 1 (
94
94
echo building leveldb.
95
95
cd %THIRDPARTY% \src\leveldb-windows
96
96
echo BOOST_ROOT=%BOOST_ROOT%
97
- msbuild.exe leveldb.sln /p:Configuration=Release
97
+ msbuild.exe leveldb.sln /p:Configuration=Release /p:Platform=Win32
98
98
if %ERRORLEVEL% NEQ 0 goto ERROR
99
99
echo built. copying artifacts.
100
100
xcopy /S /I /Y include\leveldb %THIRDPARTY% \include\leveldb\
@@ -128,7 +128,7 @@ if %build_thirdparty% == 1 (
128
128
129
129
echo building marisa.
130
130
cd %THIRDPARTY% \src\marisa-trie\vs2015
131
- msbuild.exe vs2015.sln /p:Configuration=Release
131
+ msbuild.exe vs2015.sln /p:Configuration=Release /p:Platform=Win32
132
132
if %ERRORLEVEL% NEQ 0 goto ERROR
133
133
echo built. copying artifacts.
134
134
xcopy /S /I /Y ..\lib\marisa %THIRDPARTY% \include\marisa\
You can’t perform that action at this time.
0 commit comments