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:
parent
f9907503f8
commit
630a8beda3
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user