Skip to content

Commit

Permalink
static link
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Aug 16, 2024
1 parent 862307a commit 6471dc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iroh-js/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ rustflags = ["-C", "target-feature=-crt-static"]
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.armv7-unknown-linux-musleabihf]
linker = "arm-linux-gnueabihf-gcc"
linker = "arm-linux-gnueabihf-gcc"
rustflags = ["-C", "target-feature=+crt-static"]

0 comments on commit 6471dc7

Please sign in to comment.