2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-16 00:42:21 +00:00

Explicitly disable gnutls for Windows build

This commit is contained in:
Jay Berkenbilt 2019-11-09 15:46:50 -05:00
parent c4478e5249
commit a58918bb87

View File

@ -27,7 +27,7 @@ PATH=$cwd/libqpdf/build:$PATH
installdir=install-$tool$wordsize
rm -rf $installdir
./config-$tool --enable-show-failed-test-output
./config-$tool --enable-show-failed-test-output --disable-crypto-gnutls
make -j$(nproc) -k
make -k check
make install