1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00

Meta/ShellCompletions: Mention $SERENITY_ARCH in target completions

This commit is contained in:
kleines Filmröllchen 2023-05-10 22:01:54 +02:00 committed by Jelle Raaijmakers
parent 418f1f82e7
commit 97c95eca88
Notes: sideshowbarker 2024-07-17 08:37:36 +09:00

View file

@ -30,7 +30,7 @@ _serenity() {
local targets
targets=(
'x86_64:Target x86_64 (default)'
'x86_64:Target x86_64 or $SERENITY_ARCH (default)'
'aarch64:Target aarch64'
'lagom:Target host machine'
)