Skip to content

Commit fcf7ca9

Browse files
committed
fix: add aarch64-musl target config for cross-compilation support
1 parent e038fa5 commit fcf7ca9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

native/ex_maude_nif/.cargo/config.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ rustflags = [
55
]
66

77
[target.x86_64-unknown-linux-musl]
8-
rustflags = [
9-
"-C", "target-feature=-crt-static"
10-
]
8+
rustflags = ["-C", "target-feature=-crt-static"]
9+
10+
[target.aarch64-unknown-linux-musl]
11+
rustflags = ["-C", "target-feature=-crt-static"]
1112

1213
[profile.release]
1314
lto = true

0 commit comments

Comments
 (0)