File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ try {
108108 cd build
109109
110110 # Patch CMakeLists.txt to fix versions
111- (Get-Content libgit2\ src\CMakeLists.txt) -replace ' target_compile_definitions(git2internal PRIVATE LIBGIT2_FILENAME=\"${LIBGIT2_FILENAME}\")' , ' target_compile_definitions(git2 PRIVATE LIBGIT2_FILENAME=\"${LIBGIT2_FILENAME}\")' | Set-Content libgit2\ src\CMakeLists.txt
111+ (Get-Content src\CMakeLists.txt) -replace ' target_compile_definitions(git2internal PRIVATE LIBGIT2_FILENAME=\"${LIBGIT2_FILENAME}\")' , ' target_compile_definitions(git2 PRIVATE LIBGIT2_FILENAME=\"${LIBGIT2_FILENAME}\")' | Set-Content src\CMakeLists.txt
112112
113113 if ($x86.IsPresent ) {
114114 Write-Output " Building 32-bit..."
115- 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 " .. }
115+ 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 " .. }
116116 Run- Command - Fatal { & $cmake -- build . -- config $configuration }
117117 if ($test.IsPresent ) { Run- Command - Quiet - Fatal { & $ctest - V . } }
118118 cd $configuration
You can’t perform that action at this time.
0 commit comments