1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02: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"