Skip to content

Commit fe473b1

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

build.libgit2sharp.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ pushd libgit2/build
99
export _BINPATH=`pwd`
1010

1111
cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
12-
-DTHREADSAFE:BOOL=ON \
1312
-DBUILD_CLAR:BOOL=OFF \
1413
-DUSE_SSH=OFF \
1514
-DENABLE_TRACE=ON \

0 commit comments

Comments
 (0)