diff --git a/.cargo/config.toml b/.cargo/config.toml index 913f2d5..3707b70 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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" \ No newline at end of file