Add more whitelisted host libraries
Add AppKit, Foundation and Security to darwin for libchrome. Add -lm and -lversion to windows for llvm. Test: m -j libLLVMObject Change-Id: Ie5c922d3fbb41fba1de5f1ce9e530683bf411c5a
This commit is contained in:
@@ -100,8 +100,11 @@ var (
|
||||
"pthread",
|
||||
"z",
|
||||
}, "-l"),
|
||||
"-framework AppKit",
|
||||
"-framework CoreFoundation",
|
||||
"-framework Foundation",
|
||||
"-framework IOKit",
|
||||
"-framework Security",
|
||||
)
|
||||
)
|
||||
|
||||
|
@@ -85,6 +85,7 @@ var (
|
||||
"pthread",
|
||||
"userenv",
|
||||
"uuid",
|
||||
"version",
|
||||
"ws2_32",
|
||||
}, "-l")
|
||||
)
|
||||
|
Reference in New Issue
Block a user