Skip to content

Commit 088b489

Browse files
committed
Fix typo
1 parent 4ef7fd1 commit 088b489

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
@@ -43,7 +43,7 @@ pushd protobuf-%PROTOBUF_VER%\build
4343
if "%PLATFORM%" == "x64" (
4444
SET CMAKE_VSARCH=-A x64
4545
) else if "%PLATFORM%" == "x86" (
46-
SET CMAKE_VSARCH=-A x32
46+
SET CMAKE_VSARCH=-A x86
4747
) else (
4848
SET CMAKE_VSARCH=
4949
)

0 commit comments

Comments
 (0)