Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit416b02c

Browse files
committed
Fix cargo config to account for missing target
1 parent0723089 commit416b02c

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)

[8]ページ先頭

©2009-2025 Movatter.jp