add SystemConfiguration framework

This commit is contained in:
Luke Boswell 2024-06-12 15:46:45 +10:00
parent e3f6ac5d2b
commit 3976c39c6d
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0

View file

@ -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