Skip to content

Commit

Permalink
Merge pull request #6806 from roc-lang/add-framework-system-configura…
Browse files Browse the repository at this point in the history
…tion

Add SystemConfiguration framework
  • Loading branch information
lukewilliamboswell authored Jun 12, 2024
2 parents e3f6ac5 + 3976c39 commit a6f1408
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 a6f1408

Please sign in to comment.