File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,9 @@ Push-Location $libgit2Directory
123
123
$dllConfig = @"
124
124
<configuration>
125
125
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="$binaryFilename " target="lib/linux-x64/lib$binaryFilename .so" />
126
- <dllmap os="osx" cpu="x86,x86-64" dll="$binaryFilename " target="lib/osx/lib$binaryFilename .dylib" />
126
+ <dllmap os="linux" cpu="arm" wordsize="32" dll="$binaryFilename " target="lib/linux-arm/lib$binaryFilename .so" />
127
+ <dllmap os="linux" cpu="armv8" wordsize="64" dll="$binaryFilename " target="lib/linux-arm64/lib$binaryFilename .so" />
128
+ <dllmap os="osx" cpu="x86-64" wordsize="64" dll="$binaryFilename " target="lib/osx-x64/lib$binaryFilename .dylib" />
127
129
</configuration>
128
130
"@
129
131
Original file line number Diff line number Diff line change 1
1
<configuration >
2
2
<dllmap os =" linux" cpu =" x86-64" wordsize =" 64" dll =" git2-6777db8" target =" lib/linux-x64/libgit2-6777db8.so" />
3
- <dllmap os =" osx" cpu =" x86,x86-64" dll =" git2-6777db8" target =" lib/osx/libgit2-6777db8.dylib" />
3
+ <dllmap os =" linux" cpu =" arm" wordsize =" 32" dll =" git2-6777db8" target =" lib/linux-arm/libgit2-6777db8.so" />
4
+ <dllmap os =" linux" cpu =" armv8" wordsize =" 64" dll =" git2-6777db8" target =" lib/linux-arm64/libgit2-6777db8.so" />
5
+ <dllmap os =" osx" cpu =" x86-64" wordsize =" 64" dll =" git2-6777db8" target =" lib/osx-x64/libgit2-6777db8.dylib" />
4
6
</configuration >
You can’t perform that action at this time.
0 commit comments