File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 <Link >%(FileName)%(Extension)</Link >
2020 </_LibZipNativeLibs >
2121 <_LibZipNativeLibs Include =" $(MSBuildThisFileDirectory)..\runtimes\linux-x64\native\libzip.so" >
22- <Link >lib64\ %(FileName)%(Extension)</Link >
22+ <Link >%(FileName)%(Extension)</Link >
2323 </_LibZipNativeLibs >
2424 <_LibZipNativeLibs Include =" $(MSBuildThisFileDirectory)..\runtimes\linux-x86\native\libzip.so" >
25- <Link >%(FileName)%(Extension)</Link >
25+ <Link >lib32\ %(FileName)%(Extension)</Link >
2626 </_LibZipNativeLibs >
2727 <None Include =" @(_LibZipNativeLibs)" Condition =" '$(LibZipSharpBundleAllNativeLibraries)' == 'True'" >
2828 <Link >%(Link)</Link >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <dllmap dll =" libzip" os =" osx" target =" libzip.dylib" />
4- <dllmap dll =" libzip" os =" linux" cpu =" x86" target =" libzip.so" />
5- <dllmap dll =" libzip" os =" linux" cpu =" x86-64" target =" lib64/ libzip.so" />
4+ <dllmap dll =" libzip" os =" linux" cpu =" x86" target =" lib32/ libzip.so" />
5+ <dllmap dll =" libzip" os =" linux" cpu =" x86-64" target =" libzip.so" />
66</configuration >
You can’t perform that action at this time.
0 commit comments