mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +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
|
||||
;;
|
||||
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