We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0723089 + 416b02c commit ec27db1Copy full SHA for ec27db1
native/meeseeks_html5ever_nif/.cargo/config
@@ -18,6 +18,12 @@ linker = "arm-linux-gnueabihf-gcc"
18
19
# See https://github.com/rust-lang/rust/issues/59302
20
[target.x86_64-unknown-linux-musl]
21
+rustflags = [
22
+ "-C", "target-feature=-crt-static"
23
+]
24
+
25
+# See https://github.com/rust-lang/rust/issues/59302
26
+[target.aarch64-unknown-linux-musl]
27
rustflags = [
28
"-C", "target-feature=-crt-static"
29
]
0 commit comments