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.
2 parents 79e9976 + ddb25ef commit 8bb23e3Copy full SHA for 8bb23e3
build.libgit2.ps1
@@ -109,7 +109,7 @@ try {
109
110
if ($x86.IsPresent) {
111
Write-Output "Building 32-bit..."
112
- Run-Command -Fatal { & $cmake -G "Visual Studio 16 2019" -D ENABLE_TRACE=ON -D USE_SSH=OFF -D "BUILD_CLAR=$build_clar" -D "LIBGIT2_FILENAME=$binaryFilename" .. }
+ Run-Command -Fatal { & $cmake -G "Visual Studio 16 2019" -A Win32 -D ENABLE_TRACE=ON -D USE_SSH=OFF -D "BUILD_CLAR=$build_clar" -D "LIBGIT2_FILENAME=$binaryFilename" .. }
113
Run-Command -Fatal { & $cmake --build . --config $configuration }
114
if ($test.IsPresent) { Run-Command -Quiet -Fatal { & $ctest -V . } }
115
cd $configuration
0 commit comments