forked from mia/Aegisub
Linux needs a specific wx-config path too for 2.9, this should fix ubuntu, debian is still broken.
Originally committed to SVN as r3494.
This commit is contained in:
parent
ea5bdad036
commit
ba87160fdc
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ if test "${UNAME_S}" = "FreeBSD"; then
|
|||
CONFIGURE_ARGS="--with-wx-config=/usr/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9"
|
||||
else
|
||||
BIN_MAKE="make"
|
||||
CONFIGURE_ARGS="--with-wx-config=/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9"
|
||||
fi
|
||||
|
||||
ACLOCAL_FLAGS="-I /home/verm/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $?
|
||||
|
|
Loading…
Reference in a new issue