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
1 changed files with 2 additions and 2 deletions

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"