opensim/bin/OpenMetaverse.dll.config

9 lines
644 B
XML

<configuration>
<dllmap os="windows" cpu="x86-64" dll="openjpeg-dotnet" target="lib64/openjpeg-dotnet-x86_64.dll" />
<dllmap os="windows" cpu="x86" dll="openjpeg-dotnet" target="lib32/openjpeg-dotnet.dll" />
<dllmap os="osx" dll="openjpeg-dotnet" target="lib64/libopenjpeg-dotnet.dylib" />
<dllmap os="!windows,osx" cpu="x86-64" dll="openjpeg-dotnet" target="lib64/libopenjpeg-dotnet-x86_64.so" />
<dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet" target="lib32/openjpeg-dotnet-x86.so" />
<dllmap os="!windows,osx" cpu="arm64" dll="openjpeg-dotnet" target="lib64/libopenjpeg-dotnet-arm64.so" />
</configuration>