diff --git a/.cargo/config.toml b/.cargo/config.toml index 516338ce..6265152b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,7 +1,5 @@ -# May need to remove these if targeting AArch64 from an AArch64 Linux box - [target.'cfg(all(target_os = "linux", target_arch = "aarch64"))'] -runner = "qemu-aarch64" +runner = "qemu-aarch64" # May need to remove this if targeting AArch64 from an AArch64 Linux box [target.aarch64-unknown-linux-gnu] linker = "aarch64-linux-gnu-gcc"