Skip to content

Commit

Permalink
Merge pull request #37 from nvictus/build-cargo-config-macos
Browse files Browse the repository at this point in the history
build: Add .cargo/config for project root `cargo build` on macos
  • Loading branch information
jackh726 committed May 3, 2024
2 parents b169052 + d4d2436 commit 754645c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.'cfg(any(target_os = "macos"))']
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]

0 comments on commit 754645c

Please sign in to comment.