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
123123 $dllConfig = @"
124124<configuration>
125125 <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" />
127129</configuration>
128130"@
129131
Original file line number Diff line number Diff line change 11<configuration >
22 <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" />
46</configuration >
You can’t perform that action at this time.
0 commit comments