Add aarch64 compiler support

main
DaXcess 2023-09-23 23:50:28 +02:00
parent 3c475664ac
commit 1393d04ebc
No known key found for this signature in database
GPG Key ID: CF78CC72F0FD5EAD
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@ protocol = "sparse"
[target.x86_64-pc-windows-gnu]
rustflags = "-C link-args=-lssp" # Does not compile without this line
[target.aarch64-unknown-linux-gnu]
rustflags = "-C linker=aarch64-linux-gnu-gcc"