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{
"c",
"dl",
"m",
"pthread",
"z",