8000 Fixup! Use the correct checks. · GiTechLab/libgit2sharp@7d01462 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d01462

Browse files
committed
Fixup! Use the correct checks.
1 parent 4399842 commit 7d01462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UpdateLibgit2ToSha.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ if ($test.IsPresent) { $build_clar = 'ON' }
3838
$configuration = "RelWithDebInfo"
3939
if ($debug.IsPresent) { $configuration = "Debug" }
4040

41-
if (![string]::IsNullOrEmpty($libgit2Name)) {
42-
$embed_ssh = '-DEMBED_SSH_PATH="$ssh"'
41+
if (![string]::IsNullOrEmpty($ssh)) {
42+
$embed_ssh = "-D EMBED_SSH_PATH=""$ssh"""
4343
} else {
4444
$embed_ssh = ''
4545
}

0 commit comments

Comments
 (0)
0