1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-25 01:48:16 +00:00

Windows: Make build.bash work without --enable-dynamic=no.

This commit is contained in:
Lasse Collin 2010-10-07 00:44:53 +03:00
parent f9907503f8
commit 630a8beda3

View File

@ -98,9 +98,9 @@ buildit()
--prefix= \
--disable-nls \
--disable-threads \
--enable-dynamic=no \
--build="$BUILD" \
CFLAGS="$CFLAGS -O2"
CFLAGS="$CFLAGS -O2" \
LDFLAGS=-static
make check
cp -v src/xz/xz.exe src/liblzma/.libs/liblzma.a "$DESTDIR"