mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
Meta: Do not require Tmux for lagom gdb
This commit is contained in:
parent
994a861019
commit
38bdf4d159
1 changed files with 1 additions and 1 deletions
|
@ -463,12 +463,12 @@ if [[ "$CMD" =~ ^(build|install|image|copy-src|run|gdb|test|rebuild|recreate|kad
|
|||
fi
|
||||
;;
|
||||
gdb)
|
||||
command -v tmux >/dev/null 2>&1 || die "Please install tmux!"
|
||||
if [ "$TARGET" = "lagom" ]; then
|
||||
[ $# -ge 1 ] || usage
|
||||
build_target "$@"
|
||||
run_gdb "${CMD_ARGS[@]}"
|
||||
else
|
||||
command -v tmux >/dev/null 2>&1 || die "Please install tmux!"
|
||||
build_target
|
||||
build_target install
|
||||
build_image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue