mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Add back BulletSPlugin.dll.config that I somehow managed to delete today in a00327d
This commit is contained in:
6
bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
Executable file
6
bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
Executable file
@@ -0,0 +1,6 @@
|
||||
<configuration>
|
||||
<dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" />
|
||||
<dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="BulletSim-x86_64" />
|
||||
<dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="./libBulletSim.so" />
|
||||
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="./libBulletSim-x86_64.so" />
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user