mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
Meta: Do not require Tmux for lagom gdb
This commit is contained in:
parent
994a861019
commit
38bdf4d159
Notes:
sideshowbarker
2024-07-17 18:23:22 +09:00
Author: https://github.com/Coderdreams
Commit: 38bdf4d159
Pull-request: https://github.com/SerenityOS/serenity/pull/18158
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
|
fi
|
||||||
;;
|
;;
|
||||||
gdb)
|
gdb)
|
||||||
command -v tmux >/dev/null 2>&1 || die "Please install tmux!"
|
|
||||||
if [ "$TARGET" = "lagom" ]; then
|
if [ "$TARGET" = "lagom" ]; then
|
||||||
[ $# -ge 1 ] || usage
|
[ $# -ge 1 ] || usage
|
||||||
build_target "$@"
|
build_target "$@"
|
||||||
run_gdb "${CMD_ARGS[@]}"
|
run_gdb "${CMD_ARGS[@]}"
|
||||||
else
|
else
|
||||||
|
command -v tmux >/dev/null 2>&1 || die "Please install tmux!"
|
||||||
build_target
|
build_target
|
||||||
build_target install
|
build_target install
|
||||||
build_image
|
build_image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue