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.
1 parent 989f084 commit 55e4a1cCopy full SHA for 55e4a1c
build.libgit2.ps1
@@ -101,6 +101,7 @@ try {
101
Push-Location $libgit2Directory
102
103
# Patch CMakeLists.txt to fix LIBGIT2_FILENAME not being used when compiling the .rc file
104
+ # To remove when https://github.com/libgit2/libgit2/pull/5994 is included
105
$libgit2CMakeLists = Join-Path $libgit2Directory "src\CMakeLists.txt"
106
(Get-Content $libgit2CMakeLists).Replace('target_compile_definitions(git2internal PRIVATE LIBGIT2_FILENAME', 'target_compile_definitions(git2 PRIVATE LIBGIT2_FILENAME') | Set-Content $libgit2CMakeLists
107
0 commit comments