mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Link with -framework Security on macOS
This commit is contained in:
parent
136f965a97
commit
7a774ae3cf
1 changed files with 2 additions and 0 deletions
|
@ -466,6 +466,8 @@ fn link_macos(
|
|||
"-lc++",
|
||||
// "-lc++abi",
|
||||
// "-lunwind", // TODO will eventually need this, see https://github.com/rtfeldman/roc/pull/554#discussion_r496370840
|
||||
"-framework",
|
||||
"Security", // This "-framework Security" arg is needed for the `rand` crate in examples/cli
|
||||
// Output
|
||||
"-o",
|
||||
output_path.to_str().unwrap(), // app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue