update native libs for apple silicon, see https://github.com/cuga-rajal/opensim_apple_arm64 for more info abotu opensim on that. Thx Cuga

This commit is contained in:
UbitUmarov
2022-12-05 20:30:03 +00:00
parent ee58a2c92e
commit 878ce39924
3 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<dllmap os="windows" cpu="x86" dll="BulletSim" target="lib32/BulletSim" />
<dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="lib64/BulletSim" />
<dllmap os="osx" cpu="x86,x86-64" dll="BulletSim" target="lib64/libBulletSim.dylib" />
<dllmap os="osx" cpu="arm64" dll="BulletSim" target="lib64/libBulletSim-arm64.dylib" />
<dllmap os="osx" cpu="arm64" dll="BulletSim" target="lib64/libBulletSim-2.86.1-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" />

Binary file not shown.

Binary file not shown.