mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +00:00
Merge pull request #651 from jbcrail/stdbuf-dylib
Delay resolution of library symbols until runtime.
This commit is contained in:
commit
52e4444ccb
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