1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

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

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