summaryrefslogtreecommitdiff
path: root/neozip
diff options
context:
space:
mode:
Diffstat (limited to 'neozip')
-rw-r--r--neozip/test/pkgcheck.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/neozip/test/pkgcheck.sh b/neozip/test/pkgcheck.sh
index 29668a9f4f..09b54388eb 100644
--- a/neozip/test/pkgcheck.sh
+++ b/neozip/test/pkgcheck.sh
@@ -108,7 +108,8 @@ rm -rf btmp2 pkgtmp2
mkdir btmp2 pkgtmp2
export DESTDIR=$(pwd)/pkgtmp2
cd btmp2
- cmake -G Ninja ${CMAKE_ARGS} ..
+ # configure always enables WITH_ALL_FALLBACKS; match that in cmake
+ cmake -G Ninja -DWITH_ALL_FALLBACKS=ON ${CMAKE_ARGS} ..
ninja -v
ninja install
cd ..