Skip to content

Commit

Permalink
Add another target to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Jan 22, 2024
1 parent 8ccc888 commit 1876456
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bril-rs/brillvm/.cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ rustflags = [
]

[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]

[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
Expand Down

0 comments on commit 1876456

Please sign in to comment.