Skip to content

Commit

Permalink
Merge pull request #207 from Brooooooklyn/build
Browse files Browse the repository at this point in the history
Build
  • Loading branch information
doodlewind authored Mar 27, 2021
2 parents 3ab6aa4 + 74288fe commit f663565
Show file tree
Hide file tree
Showing 38 changed files with 1,398 additions and 160 deletions.
11 changes: 11 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc-10"

[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc-10"

[target.x86_64-unknown-linux-musl]
rustflags = [
"-C",
"target-feature=-crt-static",
]
Loading

0 comments on commit f663565

Please sign in to comment.