aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-13 22:17:39 -0700
committerDan Willemsen <dwillemsen@google.com>2016-07-13 22:17:39 -0700
commit72ad175126d3899707659ab891cef5e1c17d8250 (patch)
tree312f64b5daffdd35c2cc3f8029caef32a679db0f /cc
parentfeba062cd5766ded2a38fc5246ee10e2eacda16c (diff)
downloadbuild_soong-72ad175126d3899707659ab891cef5e1c17d8250.tar.gz
build_soong-72ad175126d3899707659ab891cef5e1c17d8250.tar.bz2
build_soong-72ad175126d3899707659ab891cef5e1c17d8250.zip
Fixes the build, since this is available. Change-Id: Ia4f50af234ee0f4ae5c7beb54724f590f2835db5
Diffstat (limited to 'cc')
-rw-r--r--cc/x86_darwin_host.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/x86_darwin_host.go b/cc/x86_darwin_host.go
index a0643eff..2894f7e4 100644
--- a/cc/x86_darwin_host.go
+++ b/cc/x86_darwin_host.go
@@ -79,6 +79,7 @@ var (
darwinAvailableLibraries = addPrefix([]string{
"c",
+ "dl",
"m",
"pthread",
"z",