Meta: Add aarch64 to targets in ZSH autocomplete script

This commit is contained in:
Linus Groh 2022-03-14 22:19:13 +00:00
parent a39c921421
commit 7560f61b71
Notes: sideshowbarker 2024-07-17 17:24:55 +09:00

View file

@ -29,6 +29,7 @@ _serenity() {
targets=(
'i686:Target i686 (default)'
'x86_64:Target x86_64'
'aarch64:Target aarch64'
'lagom:Target host machine'
)