mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
Use installed NetSurf binary when using development environment
This commit is contained in:
parent
07a53f4b44
commit
7124fcd3ea
@ -20,9 +20,6 @@ echo $0: using $LOG as logfile
|
||||
|
||||
ulimit -c unlimited
|
||||
|
||||
NETSURFRES=`dirname $0`/gtk/res/
|
||||
export NETSURFRES
|
||||
|
||||
if [ "x$1" = "x--gdb" ]; then
|
||||
GDB="gdb --args"
|
||||
echo
|
||||
@ -35,4 +32,4 @@ if [ "x$1" = "x--gdb" ]; then
|
||||
shift
|
||||
fi
|
||||
|
||||
exec $GDB `dirname $0`/nsgtk -v "$@" 2>&1 | tee $LOG
|
||||
exec $GDB $PREFIX/bin/netsurf -v "$@" 2>&1 | tee $LOG
|
||||
|
Loading…
Reference in New Issue
Block a user