mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
Explicitly disable gnutls for Windows build
This commit is contained in:
parent
c4478e5249
commit
a58918bb87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user