mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
debian/rules: Add configure flag --without-unwind on x86_64, its not really required on Linux.
This commit is contained in:
parent
12f0292934
commit
a1611c8fd0
1
debian/rules
vendored
1
debian/rules
vendored
@ -24,6 +24,7 @@ ifeq ($(DEB_BUILD_ARCH), amd64)
|
||||
--infodir=\$${prefix}/share/info \
|
||||
--enable-win64 \
|
||||
--without-gstreamer \
|
||||
--without-unwind \
|
||||
--with-xattr \
|
||||
$(CONFFLAGS)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user