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 19
19
<Link >%(FileName)%(Extension)</Link >
20
20
</_LibZipNativeLibs >
21
21
<_LibZipNativeLibs Include =" $(MSBuildThisFileDirectory)..\runtimes\linux-x64\native\libzip.so" >
22
- <Link >lib64\ %(FileName)%(Extension)</Link >
22
+ <Link >%(FileName)%(Extension)</Link >
23
23
</_LibZipNativeLibs >
24
24
<_LibZipNativeLibs Include =" $(MSBuildThisFileDirectory)..\runtimes\linux-x86\native\libzip.so" >
25
- <Link >%(FileName)%(Extension)</Link >
25
+ <Link >lib32\ %(FileName)%(Extension)</Link >
26
26
</_LibZipNativeLibs >
27
27
<None Include =" @(_LibZipNativeLibs)" Condition =" '$(LibZipSharpBundleAllNativeLibraries)' == 'True'" >
28
28
<Link >%(Link)</Link >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<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" />
6
6
</configuration >
You can’t perform that action at this time.
0 commit comments