Skip to content

Commit 582eb2c

Browse files
committed
Include the Pdb when using 'LibZipSharpBundleAllNativeLibraries'
1 parent 521b54e commit 582eb2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Xamarin.LibZipSharp.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
</None>
1010
</ItemGroup>
1111
<ItemGroup>
12-
<_LibZipNativeLibs Include="$(MSBuildThisFileDirectory)..\runtimes\win-x64\native\libzip.dll">
12+
<_LibZipNativeLibs Include="$(MSBuildThisFileDirectory)..\runtimes\win-x64\native\libzip.*">
1313
<Link>lib64\%(FileName)%(Extension)</Link>
1414
</_LibZipNativeLibs>
15-
<_LibZipNativeLibs Include="$(MSBuildThisFileDirectory)..\runtimes\win-x86\native\libzip.dll">
15+
<_LibZipNativeLibs Include="$(MSBuildThisFileDirectory)..\runtimes\win-x86\native\libzip.*">
1616
<Link>%(FileName)%(Extension)</Link>
1717
</_LibZipNativeLibs>
1818
<_LibZipNativeLibs Include="$(MSBuildThisFileDirectory)..\runtimes\osx\native\libzip.dylib">

0 commit comments

Comments
 (0)