Skip to content

Commit

Permalink
Merge pull request #1 from RelationalAI/npr-x86-64-mac
Browse files Browse the repository at this point in the history
Add cargo/config entry for x86_64 Mac builds
  • Loading branch information
nickrobinson251 authored Jan 8, 2024
2 parents c03a55e + b7b55f3 commit b87c4f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[target.aarch64-apple-darwin]
rustflags = [
"-Clink-arg=-undefined","-Clink-arg=dynamic_lookup"
]
rustflags = ["-Clink-arg=-undefined","-Clink-arg=dynamic_lookup"]

[target.x86_64-apple-darwin]
rustflags = ["-Clink-arg=-undefined","-Clink-arg=dynamic_lookup"]

0 comments on commit b87c4f4

Please sign in to comment.