mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
update libomv with new dllmapconfiguration helper. This will read again files *dll.config to setup dllmaps, but does need to be called by hand on respective assemblies. It will also set dllmaps for windows. Change ubode to use it. (cross fingers)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<configuration>
|
||||
<dllmap os="osx" dll="ubode" target="lib64/libubode.dylib" />
|
||||
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="ubode" target="lib64/libubode-x86_64" />
|
||||
<dllmap os="windows" cpu="x86-64" dll="ubode" target="lib64/ubode.dll" />
|
||||
<dllmap os="osx" cpu="x86,x86-64" dll="ubode" target="lib64/libubode.dylib" />
|
||||
<dllmap os="!windows,osx" cpu="x86-64" dll="ubode" target="lib64/libubode-x86_64" />
|
||||
<dllmap os="!windows,osx" cpu="x86" dll="ubode" target="lib32/libubode" />
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user