Commit a58918bb8756c7c8efb12a6a283cc7f879565141
1 parent
c4478e52
Explicitly disable gnutls for Windows build
Showing
1 changed file
with
1 additions
and
1 deletions
azure-pipelines/build-windows
| @@ -27,7 +27,7 @@ PATH=$cwd/libqpdf/build:$PATH | @@ -27,7 +27,7 @@ PATH=$cwd/libqpdf/build:$PATH | ||
| 27 | 27 | ||
| 28 | installdir=install-$tool$wordsize | 28 | installdir=install-$tool$wordsize |
| 29 | rm -rf $installdir | 29 | rm -rf $installdir |
| 30 | -./config-$tool --enable-show-failed-test-output | 30 | +./config-$tool --enable-show-failed-test-output --disable-crypto-gnutls |
| 31 | make -j$(nproc) -k | 31 | make -j$(nproc) -k |
| 32 | make -k check | 32 | make -k check |
| 33 | make install | 33 | make install |