commit | 124fd9afbdb4781048ceef84cdf7f9186127d365 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Nov 21 17:31:08 2016 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Nov 22 15:41:04 2016 -0800 |
tree | 923f2c78ee666f9843506942e7d8af72c0dd0a7a | |
parent | 2e47b34435de8cfe3f1533c553fe546217c98b3c [diff] [blame] |
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
diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go index ab593e9..4aad9c8 100644 --- a/cc/config/x86_windows_host.go +++ b/cc/config/x86_windows_host.go
@@ -85,6 +85,7 @@ "pthread", "userenv", "uuid", + "version", "ws2_32", }, "-l") )