fix openjpeg on 64 bit OSX we were pointing to a file taht did not

exist.
0.7.4-extended
nebadon 2012-12-06 09:52:18 -07:00 committed by Justin Clark-Casey (justincc)
parent ba93e36fce
commit 6693ef8288
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<configuration>
<dllmap os="osx" dll="openjpeg-dotnet.dll" target="lib64/libopenjpeg-dotnet-2.1.5.0-dotnet-1.dylib" />
<dllmap os="osx" dll="openjpeg-dotnet.dll" target="lib64/libopenjpeg-dotnet.dylib" />
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet-x86_64.dll" target="lib64/libopenjpeg-dotnet-x86_64" />
<dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="lib32/libopenjpeg-dotnet" />
</configuration>