Update config.toml
This commit is contained in:
parent
1488605b7d
commit
e1a77443c1
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
[build]
|
[build]
|
||||||
rustflags = ["--cfg", "uuid_unstable"]
|
rustflags = ["--cfg", "uuid_unstable"]
|
||||||
|
|
||||||
|
[env]
|
||||||
|
ANDROID_NDK = "r25b"
|
||||||
|
|
||||||
#[target.'cfg(target_os = "linux")']
|
#[target.'cfg(target_os = "linux")']
|
||||||
#rustflags = ["-C", "linker=ld.lld", "-C", "relocation-model=static", "-C", "strip=symbols", "--cfg", "uuid_unstable"]
|
#rustflags = ["-C", "linker=ld.lld", "-C", "relocation-model=static", "-C", "strip=symbols", "--cfg", "uuid_unstable"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue