Skip to content

Commit eca5b53

Browse files
author
Edward Thomson
committed
Drop -DTHREADSAFE in update script
1 parent 1944be6 commit eca5b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UpdateLibgit2ToSha.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function Assert-Consistent-Naming($expected, $path) {
144144
Run-Command -Quiet { & remove-item build -recurse -force }
145145
Run-Command -Quiet { & mkdir build }
146146
cd build
147-
Run-Command -Quiet -Fatal { & $cmake -G "Visual Studio $vs" -D THREADSAFE=ON -D ENABLE_TRACE=ON -D "BUILD_CLAR=$build_clar" -D "LIBGIT2_FILENAME=$binaryFilename" -DSTDCALL=ON .. }
147+
Run-Command -Quiet -Fatal { & $cmake -G "Visual Studio $vs" -D ENABLE_TRACE=ON -D "BUILD_CLAR=$build_clar" -D "LIBGIT2_FILENAME=$binaryFilename" -DSTDCALL=ON .. }
148148
Run-Command -Quiet -Fatal { & $cmake --build . --config $configuration }
149149
if ($test.IsPresent) { Run-Command -Quiet -Fatal { & $ctest -V . } }
150150
cd $configuration

0 commit comments

Comments
 (0)