mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
* meta/gdb-uninstalled-guile.in: Specify a path to libtool.
This commit is contained in:
parent
5783a911f1
commit
7ed7e4bb2f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ set -e
|
|||
top_builddir="@top_builddir_absolute@"
|
||||
XDG_CACHE_HOME=${top_builddir}/cache
|
||||
export XDG_CACHE_HOME
|
||||
exec ${top_builddir}/meta/uninstalled-env libtool --mode=execute \
|
||||
exec ${top_builddir}/meta/uninstalled-env ${top_builddir}/libtool --mode=execute \
|
||||
gdb --args ${top_builddir}/libguile/guile "$@"
|
||||
|
||||
# And for GDB in Emacs, evaluate this form:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue