From 862ecc28373432169acf13af33db604e64d68e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Fri, 3 Nov 2023 22:09:43 +0100 Subject: [PATCH] Update config.toml --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index af69182..e3b04df 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,9 +1,6 @@ [build] rustflags = ["--cfg", "uuid_unstable"] -[env] -ANDROID_NDK = "r25b" - #[target.'cfg(target_os = "linux")'] #rustflags = ["-C", "linker=ld.lld", "-C", "relocation-model=static", "-C", "strip=symbols", "--cfg", "uuid_unstable"]