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",