mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 06:26:09 -07:00
8 lines
644 B
XML
8 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>
|