From 72ad175126d3899707659ab891cef5e1c17d8250 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Wed, 13 Jul 2016 22:17:39 -0700 Subject: [PATCH] Allow libdl on Darwin Fixes the build, since this is available. Change-Id: Ia4f50af234ee0f4ae5c7beb54724f590f2835db5 --- cc/x86_darwin_host.go | 1 + 1 file changed, 1 insertion(+) 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",