Delay resolution of library symbols until runtime.

This is needed for dynamic libraries on OS X. This was supposed to be
part of #647, but it was left out.
This commit is contained in:
Joseph Crail
2015-07-09 18:39:46 -04:00
parent 8f6d13df5f
commit 6ef7f98f26
+1 -1
View File
@@ -151,7 +151,7 @@ ifeq ($(SYSTEM),Linux)
endif
ifeq ($(SYSTEM),Darwin)
DYLIB_EXT := dylib
DYLIB_FLAGS := -dynamiclib
DYLIB_FLAGS := -dynamiclib -undefined dynamic_lookup
endif
# Libaries to install