mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Meta: Set SERENITY_ARCH if it is not set in debug-kernel.sh
This appears to have regressed recently in commit 783a58dbc
.
This commit is contained in:
parent
fe9e2f463c
commit
5c244a7893
Notes:
sideshowbarker
2024-07-18 03:47:25 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/5c244a78930 Pull-request: https://github.com/SerenityOS/serenity/pull/10086 Reviewed-by: https://github.com/IdanHo ✅
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
SCRIPT_DIR="$(dirname "${0}")"
|
||||
|
||||
if [ -z "$SERENITY_ARCH" ]; then
|
||||
SERENITY_ARCH="i686"
|
||||
fi
|
||||
|
||||
# Set this environment variable to override the default debugger.
|
||||
#
|
||||
if [ -z "$SERENITY_KERNEL_DEBUGGER" ]; then
|
||||
|
|
Loading…
Reference in a new issue