Skip to content

Commit

Permalink
mirror update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher-R committed May 22, 2022
1 parent 8ca3127 commit cc0a1c1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 515 deletions.
10 changes: 10 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
Loading

0 comments on commit cc0a1c1

Please sign in to comment.