mirror of
https://github.com/DefectingCat/candy
synced 2025-07-15 16:51:34 +00:00
chore(make): add aarch64 platform
This commit is contained in:
9
Makefile
9
Makefile
@ -41,9 +41,18 @@ fix:
|
||||
linux-musl: clean-release
|
||||
$(CROSS) build --release --target x86_64-unknown-linux-musl
|
||||
|
||||
aarch64-linux-musl: clean-release
|
||||
$(CROSS) build --release --target aarch64-unknown-linux-musl
|
||||
|
||||
aarch64-android: clean-release
|
||||
$(CROSS) build --release --target aarch64-linux-android
|
||||
|
||||
linux-gnu: clean-release
|
||||
$(CROSS) build --release --target x86_64-unknown-linux-gnu
|
||||
|
||||
aarch64-linux-gnu: clean-release
|
||||
$(CROSS) build --release --target aarch64-unknown-linux-gnu
|
||||
|
||||
windows-gnu: clean-release
|
||||
$(CROSS) build --release --target x86_64-pc-windows-gnu
|
||||
|
||||
|
Reference in New Issue
Block a user