Windows: Don't strip liblzma.a too much.

This commit is contained in:
Lasse Collin 2010-07-27 20:27:32 +03:00
parent a540198ffb
commit b1cbfd40f0
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,8 @@ buildit()
cp -v src/xz/xz.exe src/liblzma/.libs/liblzma.a "$DESTDIR"
cp -v src/liblzma/.libs/liblzma-*.dll "$DESTDIR/liblzma.dll"
strip -v "$DESTDIR/"*
strip -v "$DESTDIR/"*.{exe,dll}
strip -vg "$DESTDIR/"*.a
}
# Copy files and convert newlines from LF to CR+LF. Optinally add a suffix