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:
parent
8f6d13df5f
commit
6ef7f98f26
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue