From 4d58f3d6ba1caaa331ae61471a6a0d6778d6baab Mon Sep 17 00:00:00 2001 From: gennyble Date: Thu, 23 Nov 2023 14:28:36 -0600 Subject: oh, i should commit :) --- .cargo/config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..7d67f41 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,9 @@ +[target.aarch64-unknown-linux-gnu] +linker = "aarch64-linux-gnu-gcc" +#rustflags = ["-C", "linker=aarch64-linux-gnu-ld"] +rustflags = [ + "-L", + "/Users/gen/sysroot/usr/include", + "-C", + "target-feature=+crt-static", +] -- cgit 1.4.1-3-g733a5