Allow linking against SystemConfiguration framework on Mac

This is needed for Python

Test: m py2-cmd; py2-cmd -murllib
Change-Id: I156bd281cb341eba7bdd7e7a15b87e8e90ecee1d
This commit is contained in:
Dan Willemsen 2019-02-20 10:28:56 -08:00
parent d8ced0f1d9
commit 97d017ecce
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ var (
"-framework Foundation",
"-framework IOKit",
"-framework Security",
"-framework SystemConfiguration",
)
)