Skip to content

Commit 1752f95

Browse files
authored
Statically Linux libzip.so (#70)
1 parent 2b1762f commit 1752f95

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LibZipSharp.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<_LibZipSharpNugetVersion>1.0.19</_LibZipSharpNugetVersion>
3+
<_LibZipSharpNugetVersion>1.0.20</_LibZipSharpNugetVersion>
44
</PropertyGroup>
55
</Project>

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ stages:
2525
git submodule update --init --recursive
2626
displayName: 'Install Tools'
2727
- bash: |
28+
patch --verbose -d external/libzip -p1 -l < libzip-static.patch
2829
patch --verbose -d external/libzip -p1 -l < libzip-changes.patch
2930
displayName: 'Apply Patch'
3031
- bash: |

0 commit comments

Comments
 (0)