mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Meta: Add aarch64 to targets in ZSH autocomplete script
This commit is contained in:
parent
a39c921421
commit
7560f61b71
Notes:
sideshowbarker
2024-07-17 17:24:55 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ _serenity() {
|
|||
targets=(
|
||||
'i686:Target i686 (default)'
|
||||
'x86_64:Target x86_64'
|
||||
'aarch64:Target aarch64'
|
||||
'lagom:Target host machine'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue