Add aarch64 openjpeg libs Add libBulletSim and openjpeg for aarch64 aarch64 is armv8 for monos cpu type

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Michael Schlenker
2022-02-07 21:51:55 +00:00
committed by UbitUmarov
parent 57e8cac8cb
commit 9d9a6f0fe8
5 changed files with 3 additions and 0 deletions

View File

@@ -5,4 +5,6 @@
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet-x86_64.dll" target="libopenjpeg-dotnet-2-1.5.0-dotnet-1-x86_64" />
<dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2-1.5.0-dotnet-1-i686" />
<dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet-x86_64.dll" target="libopenjpeg-dotnet-2-1.5.0-dotnet-1-i686" />
<dllmap os="!windows,osx" cpu="armv8" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2-1.5.0-dotnet-1-aarch64" />
<dllmap os="!windows,osx" cpu="armv8" dll="openjpeg-dotnet-x86_64.dll" target="libopenjpeg-dotnet-2-1.5.0-dotnet-1-aarch64" />
</configuration>

View File

@@ -5,4 +5,5 @@
<dllmap os="osx" cpu="x86-64,ia64" dll="BulletSim" target="lib32/libBulletSim.dylib" />
<dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="lib32/libBulletSim.so" />
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="lib64/libBulletSim.so" />
<dllmap os="!windows,osx" cpu="armv8" dll="BulletSim" target="lib64/libBulletSim-aarch64.so" />
</configuration>

BIN
bin/lib64/libBulletSim-aarch64.so Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.