Allow libdl on Darwin

Fixes the build, since this is available.

Change-Id: Ia4f50af234ee0f4ae5c7beb54724f590f2835db5
This commit is contained in:
Dan Willemsen
2016-07-13 22:17:39 -07:00
parent feba062cd5
commit 72ad175126

View File

@@ -79,6 +79,7 @@ var (
darwinAvailableLibraries = addPrefix([]string{ darwinAvailableLibraries = addPrefix([]string{
"c", "c",
"dl",
"m", "m",
"pthread", "pthread",
"z", "z",