aboutsummaryrefslogtreecommitdiff
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
parentfeba062cd5766ded2a38fc5246ee10e2eacda16c (diff)
downloadsoong-nougat-mr1-wear-release.tar.gz
Fixes the build, since this is available. Change-Id: Ia4f50af234ee0f4ae5c7beb54724f590f2835db5
-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 a0643effe..2894f7e46 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",