Merge pull request #5621 from Rmys/master

rebuild
This commit is contained in:
Rmys
2018-09-01 18:48:43 +03:00
committed by GitHub
+2 -1
View File
@@ -19,8 +19,9 @@ def setup():
autotools.aclocal("-I m4") autotools.aclocal("-I m4")
autotools.autoconf() autotools.autoconf()
shelltools.export("LIBS", "-lavcodec") shelltools.export("LIBS", "-lavcodec")
shelltools.export("WX_CONFIG=wx-config-gtk3 ./configure", "/usr/bin/wxconfig") #shelltools.export("WX_CONFIG=wx-config-gtk3 ./configure", "/usr/bin/wxconfig")
autotools.configure("--enable-unicode \ autotools.configure("--enable-unicode \
WX_CONFIG=wx-config-gtk3 \
--enable-nyquist \ --enable-nyquist \
--enable-ladspa \ --enable-ladspa \
--with-lib-preference='system local' \ --with-lib-preference='system local' \