move openjpeg native libs back to lib folders

This commit is contained in:
UbitUmarov
2022-11-25 15:56:52 +00:00
parent 036c284e38
commit fa6e4f6c22
7 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
<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" cpu="x86,x86-64" dll="openjpeg-dotnet" target="lib64/openjpeg-dotnet.dylib" />
<dllmap os="osx" cpu="x86,x86-64" dll="openjpeg-dotnet" target="lib64/libopenjpeg-dotnet.dylib" />
<dllmap os="osx" cpu="arm64" dll="openjpeg-dotnet" target="lib64/libopenjpeg-dotnet-arm64.dylib" />
<dllmap os="!windows,osx" cpu="x86-64" dll="openjpeg-dotnet" target="lib64/openjpeg-dotnet-x86_64.so" />
<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/openjpeg-dotnet-arm64.so" />
<dllmap os="!windows,osx" cpu="arm64" dll="openjpeg-dotnet" target="lib64/libopenjpeg-dotnet-arm64.so" />
</configuration>

View File

Binary file not shown.

Binary file not shown.

Binary file not shown.