add some native libs for apple silicon Thx Cuga Rajal mantis 9041

This commit is contained in:
UbitUmarov
2022-11-24 18:37:04 +00:00
parent aaeeee33cf
commit df68efa4bd
6 changed files with 9 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
<configuration>
<dllmap os="windows" cpu="x86-64" dll="openjpeg-dotnet" target="openjpeg-dotnet-x86_64.dll" />
<dllmap os="windows" cpu="x86" dll="openjpeg-dotnet" target="openjpeg-dotnet.dll" />
<dllmap os="osx" cpu="x86,x86-64" dll="openjpeg-dotnet" target="openjpeg-dotnet.dylib" />
<dllmap os="osx" cpu="arm64" dll="openjpeg-dotnet" target="openjpeg-dotnet-arm64.dylib" />
<dllmap os="!windows,osx" cpu="x86-64" dll="openjpeg-dotnet" target="openjpeg-dotnet-x86_64.so" />
<dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet" target="openjpeg-dotnet-x86.so" />
<dllmap os="!windows,osx" cpu="arm64" dll="openjpeg-dotnet" target="openjpeg-dotnet-arm64.so" />
<dllmap os="windows" cpu="x86-64" dll="openjpeg-dotnet" target="lib64/openjpeg-dotnet-x86_64.dll" />
<dllmap os="windows" cpu="x86" dll="openjpeg-dotnet" target="lib32/openjpeg-dotnet.dll" />
<dllmap os="osx" cpu="x86,x86-64" dll="openjpeg-dotnet" target="lib64/openjpeg-dotnet.dylib" />
<dllmap os="osx" cpu="arm64" dll="openjpeg-dotnet" target="lib64/libopenjpeg-dotnet-arm64.dylib" />
<dllmap os="!windows,osx" cpu="x86-64" dll="openjpeg-dotnet" target="lib64/openjpeg-dotnet-x86_64.so" />
<dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet" target="lib32/openjpeg-dotnet-x86.so" />
<dllmap os="!windows,osx" cpu="arm64" dll="openjpeg-dotnet" target="lib64/openjpeg-dotnet-arm64.so" />
</configuration>

View File

@@ -3,6 +3,7 @@
<dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="lib64/BulletSim" />
<dllmap os="osx" cpu="x86" dll="BulletSim" target="lib64/libBulletSim.dylib" />
<dllmap os="osx" cpu="x86-64" dll="BulletSim" target="lib64/libBulletSim.dylib" />
<dllmap os="osx" cpu="arm64" dll="BulletSim" target="lib64/libBulletSim-arm64.dylib" />
<dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="lib32/libBulletSim.so" />
<dllmap os="!windows,osx" cpu="x86-64" dll="BulletSim" target="lib64/libBulletSim.so" />
<dllmap os="!windows,osx" cpu="arm64" dll="BulletSim" target="lib64/libBulletSim-aarch64.so" />

View File

@@ -1,6 +1,7 @@
<configuration>
<dllmap os="windows" cpu="x86-64" dll="ubode" target="lib64/ubode.dll" />
<dllmap os="osx" cpu="x86,x86-64" dll="ubode" target="lib64/libubode.dylib" />
<dllmap os="osx" cpu="arm64" dll="ubode" target="lib64/libubode-arm64.dylib" />
<dllmap os="!windows,osx" cpu="x86-64" dll="ubode" target="lib64/libubode-x86_64.so" />
<dllmap os="!windows,osx" cpu="x86" dll="ubode" target="lib32/libubode.so" />
</configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.