commit | 97d017ecce4c8eca9ac85c6c13961165145f84a3 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Feb 20 10:28:56 2019 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Feb 20 10:28:56 2019 -0800 |
tree | 1ea64b4a7320799b0ebe348c238a05d1086b5fc1 | |
parent | d8ced0f1d9c94e5dc85920f614e62186c5af60b6 [diff] [blame] |
Allow linking against SystemConfiguration framework on Mac This is needed for Python Test: m py2-cmd; py2-cmd -murllib Change-Id: I156bd281cb341eba7bdd7e7a15b87e8e90ecee1d
diff --git a/cc/config/x86_darwin_host.go b/cc/config/x86_darwin_host.go index 09632db..1026370 100644 --- a/cc/config/x86_darwin_host.go +++ b/cc/config/x86_darwin_host.go
@@ -79,6 +79,7 @@ "-framework Foundation", "-framework IOKit", "-framework Security", + "-framework SystemConfiguration", ) )