Skip to content

Commit 4ef7fd1

Browse files
committed
Fix mistaken use of x32 instead of x86
1 parent 260fccf commit 4ef7fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/make_dependencies.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pushd protobuf-%PROTOBUF_VER%\build
4242
@rem If vcvars64.bat has set PLATFORM to X64, then inform cmake to use the Win64 version of VS, likewise for x32
4343
if "%PLATFORM%" == "x64" (
4444
SET CMAKE_VSARCH=-A x64
45-
) else if "%PLATFORM%" == "x32" (
45+
) else if "%PLATFORM%" == "x86" (
4646
SET CMAKE_VSARCH=-A x32
4747
) else (
4848
SET CMAKE_VSARCH=

0 commit comments

Comments
 (0)