mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
add SystemConfiguration framework
This commit is contained in:
parent
e3f6ac5d2b
commit
3976c39c6d
1 changed files with 2 additions and 0 deletions
|
@ -1139,6 +1139,8 @@ fn link_macos(
|
|||
// "-lgcc", // TODO will eventually need compiler_rt from gcc or something - see https://github.com/roc-lang/roc/pull/554#discussion_r496370840
|
||||
"-framework",
|
||||
"Security",
|
||||
"-framework",
|
||||
"SystemConfiguration",
|
||||
// Output
|
||||
"-o",
|
||||
output_path.to_str().unwrap(), // app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue