mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Fix "make check" on Windows.
This commit is contained in:
parent
5c5b225696
commit
bd52cf150e
2 changed files with 7 additions and 2 deletions
|
@ -43,8 +43,11 @@ TESTS = \
|
|||
test_block_header \
|
||||
test_index \
|
||||
test_files.sh \
|
||||
test_compress.sh \
|
||||
test_scripts.sh
|
||||
test_compress.sh
|
||||
|
||||
if COND_SCRIPTS
|
||||
TESTS += test_scripts.sh
|
||||
endif
|
||||
|
||||
clean-local:
|
||||
-rm -f compress_generated_*
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue