mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
update native bullet dll for mac, Thx cuga
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<configuration>
|
||||
<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-2.86.1-arm64.dylib" />
|
||||
<dllmap os="osx" dll="BulletSim" target="lib64/libBulletSim-2.86.1-20221213-universal.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-arm64.so" />
|
||||
|
||||
BIN
bin/lib64/libBulletSim-2.86.1-20221213-universal.dylib
Normal file
BIN
bin/lib64/libBulletSim-2.86.1-20221213-universal.dylib
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user