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 | 27 | |
| 28 | 28 | installdir=install-$tool$wordsize |
| 29 | 29 | rm -rf $installdir |
| 30 | -./config-$tool --enable-show-failed-test-output | |
| 30 | +./config-$tool --enable-show-failed-test-output --disable-crypto-gnutls | |
| 31 | 31 | make -j$(nproc) -k |
| 32 | 32 | make -k check |
| 33 | 33 | make install | ... | ... |