aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authornebadon2012-12-06 09:52:18 -0700
committernebadon2012-12-06 09:52:18 -0700
commitf1d4e8f792f6f5ad5181226337a6467cc5f948b9 (patch)
tree41d1619287038691a5149a201a02e9a330210399
parentminor: change method doc on GetTextureHandler.TryParseRange(), mainly to trig... (diff)
downloadopensim-SC_OLD-f1d4e8f792f6f5ad5181226337a6467cc5f948b9.zip
opensim-SC_OLD-f1d4e8f792f6f5ad5181226337a6467cc5f948b9.tar.gz
opensim-SC_OLD-f1d4e8f792f6f5ad5181226337a6467cc5f948b9.tar.bz2
opensim-SC_OLD-f1d4e8f792f6f5ad5181226337a6467cc5f948b9.tar.xz
fix openjpeg on 64 bit OSX we were pointing to a file taht did not
exist.
-rw-r--r--bin/OpenMetaverse.dll.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenMetaverse.dll.config b/bin/OpenMetaverse.dll.config
index b67da5f..f5423b2 100644
--- a/bin/OpenMetaverse.dll.config
+++ b/bin/OpenMetaverse.dll.config
@@ -1,5 +1,5 @@
1<configuration> 1<configuration>
2 <dllmap os="osx" dll="openjpeg-dotnet.dll" target="lib64/libopenjpeg-dotnet-2.1.5.0-dotnet-1.dylib" /> 2 <dllmap os="osx" dll="openjpeg-dotnet.dll" target="lib64/libopenjpeg-dotnet.dylib" />
3 <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet-x86_64.dll" target="lib64/libopenjpeg-dotnet-x86_64" /> 3 <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet-x86_64.dll" target="lib64/libopenjpeg-dotnet-x86_64" />
4 <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="lib32/libopenjpeg-dotnet" /> 4 <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="lib32/libopenjpeg-dotnet" />
5</configuration> 5</configuration>