mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
The newer version was built on Ubuntu 22.04 which has downward library incompatibilites with other Linux distributions/versions. Note that this updates OpenSim.Region.PhysicsModule.BulletS.dll.config and also copies prev version to libBulletSim.so for those who don't update all the configuration files on upgrades.
7 lines
418 B
XML
Executable File
7 lines
418 B
XML
Executable File
<configuration>
|
|
<dllmap os="windows" cpu="x86-64" dll="BulletSim" target="lib64/BulletSim-3.26-20231207-x86_64.dll" />
|
|
<dllmap os="osx" dll="BulletSim" target="lib64/libBulletSim.dylib" />
|
|
<dllmap os="!windows,osx" cpu="x86-64" dll="BulletSim" target="lib64/libBulletSim-2.86-20170903-x86_64.so" />
|
|
<dllmap os="!windows,osx" cpu="arm64" dll="BulletSim" target="lib64/libBulletSim-arm64.so" />
|
|
</configuration>
|