aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-02-20 21:06:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-02-20 21:06:11 +0000
commit11545323d23e3a5852aea361d39897cc332882a2 (patch)
treeb79cb2c84dedd4e1e16b5c8d7b0909e4b046db8f /cc
parentf835ded3c378e6aaf078f3aa1937635deafe034c (diff)
parent97d017ecce4c8eca9ac85c6c13961165145f84a3 (diff)
downloadbuild_soong-11545323d23e3a5852aea361d39897cc332882a2.tar.gz
build_soong-11545323d23e3a5852aea361d39897cc332882a2.tar.bz2
build_soong-11545323d23e3a5852aea361d39897cc332882a2.zip
Merge "Allow linking against SystemConfiguration framework on Mac"
Diffstat (limited to 'cc')
-rw-r--r--cc/config/x86_darwin_host.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/config/x86_darwin_host.go b/cc/config/x86_darwin_host.go
index 09632db2..1026370d 100644
--- a/cc/config/x86_darwin_host.go
+++ b/cc/config/x86_darwin_host.go
@@ -79,6 +79,7 @@ var (
"-framework Foundation",
"-framework IOKit",
"-framework Security",
+ "-framework SystemConfiguration",
)
)