Skip to content

Commit

Permalink
add SystemConfiguration framework
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Jun 12, 2024
1 parent e3f6ac5 commit 3976c39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/compiler/build/src/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3976c39

Please sign in to comment.