We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3398b8f commit 110b1e6Copy full SHA for 110b1e6
.cargo/config
@@ -1,4 +1,2 @@
1
-[build]
2
-# 编译安卓共享库时需要注释该行。否则报错:
3
-# error: cannot produce cdylib for `android v0.1.0` as the target `aarch64-linux-android` does not support these crate types
+[target.'cfg(windows)']
4
rustflags = ["-C", "target-feature=+crt-static"]
0 commit comments