mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
BulletSim: revert the default .so to the previous version.
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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<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-3.26-20231207-x86_64.so" />
|
||||
<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>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user