mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 18:47:37 +00:00
run: Allow passing arguments to calls when running under gdb
Without this patch running f.e. `CALLS_GDB=1 _build/run -p sip` will not work.
This commit is contained in:
parent
dbb829be06
commit
c520bdae70
1 changed files with 1 additions and 1 deletions
2
run.in
2
run.in
|
@ -6,7 +6,7 @@ ABS_SRCDIR='@ABS_SRCDIR@'
|
||||||
|
|
||||||
if [ "${CALLS_GDB}" = 1 ]; then
|
if [ "${CALLS_GDB}" = 1 ]; then
|
||||||
echo "Running calls under gdb"
|
echo "Running calls under gdb"
|
||||||
WRAPPER="gdb"
|
WRAPPER="gdb --args"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export GSETTINGS_SCHEMA_DIR="${ABS_BUILDDIR}/data"
|
export GSETTINGS_SCHEMA_DIR="${ABS_BUILDDIR}/data"
|
||||||
|
|
Loading…
Reference in a new issue