From 3976c39c6d0fe55928d8c617f4d5df773f7c2cc3 Mon Sep 17 00:00:00 2001 From: Luke Boswell Date: Wed, 12 Jun 2024 15:46:45 +1000 Subject: [PATCH] add SystemConfiguration framework --- crates/compiler/build/src/link.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/compiler/build/src/link.rs b/crates/compiler/build/src/link.rs index c1647661d49..347f713f419 100644 --- a/crates/compiler/build/src/link.rs +++ b/crates/compiler/build/src/link.rs @@ -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