summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-09-06 12:03:41 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-09-06 12:03:41 +0300
commitbd52cf150ecd51e3ab63a9cc1a3cff6a77500178 (patch)
tree51e0b4f4c99ebbf2502ed93c2f2524bf371aa9e6 /windows
parent5c5b2256969ac473001b7d67615ed3bd0a54cc82 (diff)
downloadxz-bd52cf150ecd51e3ab63a9cc1a3cff6a77500178.tar.gz
Build: Fix "make check" on Windows.
Diffstat (limited to 'windows')
-rw-r--r--windows/build.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/build.bash b/windows/build.bash
index faec83b..c5cf2b3 100644
--- a/windows/build.bash
+++ b/windows/build.bash
@@ -77,6 +77,7 @@ buildit()
./configure \
--prefix= \
--disable-nls \
+ --disable-scripts \
--disable-threads \
--disable-shared \
--enable-small \
@@ -97,6 +98,7 @@ buildit()
./configure \
--prefix= \
--disable-nls \
+ --disable-scripts \
--disable-threads \
--build="$BUILD" \
CFLAGS="$CFLAGS -O2"