We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1762f commit 69024e5Copy full SHA for 69024e5
azure-pipelines.yml
@@ -25,6 +25,7 @@ stages:
25
git submodule update --init --recursive
26
displayName: 'Install Tools'
27
- bash: |
28
+ patch --verbose -d external/libzip -p1 -l < libzip-static.patch
29
patch --verbose -d external/libzip -p1 -l < libzip-changes.patch
30
displayName: 'Apply Patch'
31
0 commit comments