mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Meta: Add aarch64 to targets in ZSH autocomplete script
This commit is contained in:
parent
a39c921421
commit
7560f61b71
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