mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
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:
@@ -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.
Reference in New Issue
Block a user