From 552de74ad8e95f6524ec6b3b898dbb76a0fc62f4 Mon Sep 17 00:00:00 2001 From: alterdekim Date: Sun, 15 Sep 2024 19:26:58 +0300 Subject: [PATCH] Changes to be committed: modified: Cargo.toml new file: config.toml --- Cargo.toml | 5 +---- config.toml | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 config.toml diff --git a/Cargo.toml b/Cargo.toml index be29a07..d42eebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,4 @@ console-subscriber = "0.4.0" network-interface = "2.0.0" [target.'cfg(target_os="android")'.dependencies] -jni = { version = "0.21.1", default-features = false } - -[target.aarch64-unknown-linux-gnu] -linker = "aarch64-linux-gnu-gcc" \ No newline at end of file +jni = { version = "0.21.1", default-features = false } \ No newline at end of file diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..ff7f758 --- /dev/null +++ b/config.toml @@ -0,0 +1,2 @@ +[target.aarch64-unknown-linux-gnu] +linker = "aarch64-linux-gnu-gcc" \ No newline at end of file