Skip to content

Commit 416b02c

Browse files
committed
Fix cargo config to account for missing target
1 parent 0723089 commit 416b02c

File tree

1 file changed

+6
-0
lines changed
  • native/meeseeks_html5ever_nif/.cargo

1 file changed

+6
-0
lines changed

native/meeseeks_html5ever_nif/.cargo/config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ linker = "arm-linux-gnueabihf-gcc"
1818

1919
# See https://github.com/rust-lang/rust/issues/59302
2020
[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]
2127
rustflags = [
2228
"-C", "target-feature=-crt-static"
2329
]

0 commit comments

Comments
 (0)