1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

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

View file

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