Changes to be committed:

modified:   Cargo.toml
	new file:   config.toml
This commit is contained in:
Michael Wain 2024-09-15 19:26:58 +03:00
parent c82d8dbe7a
commit 552de74ad8
2 changed files with 3 additions and 4 deletions

View File

@ -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"
jni = { version = "0.21.1", default-features = false }

2
config.toml Normal file
View File

@ -0,0 +1,2 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"