Skip to content

Commit

Permalink
fix link args (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed May 12, 2023
1 parent 8b4241e commit d7cbdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[target.'cfg(target_os = "macos")']
# when using osx, we need to link against some golang libraries, it did just work with this missing flags
# from: https://github.com/golang/go/issues/42459
rustflags = ["-C", "link-args=-framework CoreFoundation -framework Security -framework CoreServices"]
rustflags = ["-C", "link-args=-framework CoreFoundation -framework Security -framework CoreServices -lresolv"]

0 comments on commit d7cbdc2

Please sign in to comment.