Skip to content

Commit

Permalink
Change: libstdc++をstaticに
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Sep 18, 2023
1 parent 264235c commit 4db59ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ linker = "aarch64-linux-gnu-gcc"

[target.aarch64-linux-android]
linker = "aarch64-linux-android29-clang"
rustflags = ["-C", "link-arg=-static-libstdc++"]

[target.x86_64-linux-android]
linker = "x86_64-linux-android29-clang"
rustflags = ["-C", "link-arg=-static-libstdc++"]

0 comments on commit 4db59ff

Please sign in to comment.