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 4ef7fd1 commit 088b489Copy full SHA for 088b489
buildscripts/make_dependencies.bat
@@ -43,7 +43,7 @@ pushd protobuf-%PROTOBUF_VER%\build
43
if "%PLATFORM%" == "x64" (
44
SET CMAKE_VSARCH=-A x64
45
) else if "%PLATFORM%" == "x86" (
46
- SET CMAKE_VSARCH=-A x32
+ SET CMAKE_VSARCH=-A x86
47
) else (
48
SET CMAKE_VSARCH=
49
)
0 commit comments