Set path to correct wx-config, this shouild fix disting on freebsd.
Originally committed to SVN as r3493.
This commit is contained in:
parent
6c08c50d92
commit
ea5bdad036
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fi
|
|||
# On FreeBSD "make" is PMake, so we need to use 'gmake'
|
||||
if test "${UNAME_S}" = "FreeBSD"; then
|
||||
BIN_MAKE="gmake"
|
||||
CONFIGURE_ARGS="--with-wx-config=/usr/local/bin/wxgtk2u-2.8-config"
|
||||
CONFIGURE_ARGS="--with-wx-config=/usr/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9"
|
||||
else
|
||||
BIN_MAKE="make"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue