aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-21 13:01:33 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:21 +0200
commit2155815234808373a00fcba67a59e40f40c564ee (patch)
tree5ceec67828918c0b94853b070fd37e791f25540c /azure-pipelines
parentf562d494b09dd889ac7600cfd22e4d7124e8656c (diff)
downloadqpdf-2155815234808373a00fcba67a59e40f40c564ee.tar.zst
configure: determine wordsize automatically
Based on sizeof(size_t). Assumes 64 if not 32.
Diffstat (limited to 'azure-pipelines')
-rwxr-xr-xazure-pipelines/build-windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/build-windows b/azure-pipelines/build-windows
index d0bd7316..e48f6fa8 100755
--- a/azure-pipelines/build-windows
+++ b/azure-pipelines/build-windows
@@ -27,7 +27,7 @@ PATH=$cwd/libqpdf/build:$PATH
installdir=install-$tool$wordsize
rm -rf $installdir
-./config-$tool --with-windows-wordsize=$wordsize --enable-show-failed-test-output
+./config-$tool --enable-show-failed-test-output
make -j$(nproc) -k
make -k check
make install