Skip to content

Commit c7ee9fa

Browse files
author
Edward Thomson
committed
whee
1 parent 149cdd9 commit c7ee9fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.libgit2.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#>
1111

1212
Param(
13-
[string]$vs = '10',
13+
[string]$vs = '14',
1414
[string]$libgit2Name = '',
1515
[switch]$test,
1616
[switch]$debug

download.build.artifacts.and.package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Add-Type -assembly "System.Io.Compression.Filesystem"
136136
[Io.Compression.ZipFile]::ExtractToDirectory("$($osxBins.FullName)", "$($osxBins.FullName).ext")
137137

138138
Write-Host -ForegroundColor "Yellow" "Including non Windows build artifacts"
139-
Move-Item "$($linuxBins.FullName).ext\libgit2\linux\x86_64\*.so" "$($package.FullName).ext\runtimes\linux-x64\native"
139+
Move-Item "$($linuxBins.FullName).ext\libgit2\linux-x64\*.so" "$($package.FullName).ext\runtimes\linux-x64\native"
140140
Remove-Item "$($package.FullName).ext\runtimes\linux-x64\native\addbinaries.here"
141141
Move-Item "$($osxBins.FullName).ext\libgit2\osx\*.dylib" "$($package.FullName).ext\runtimes\osx\native"
142142
Remove-Item "$($package.FullName).ext\runtimes\osx\native\addbinaries.here"

0 commit comments

Comments
 (0)