mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
stdbuf: fix install on Macs
This commit is contained in:
parent
4ef2ef29cd
commit
ecdafd830f
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ endif
|
|||
ifeq ($(SYSTEM),Darwin)
|
||||
DYLIB_EXT := dylib
|
||||
DYLIB_FLAGS := -dynamiclib -undefined dynamic_lookup
|
||||
DYLIB_LINK_START := -Wl,-all_load
|
||||
DYLIB_LINK_END := -Wl,-noall_load
|
||||
DYLIB_LINK_START :=
|
||||
DYLIB_LINK_END :=
|
||||
endif
|
||||
|
||||
all: $(BUILDDIR)/libstdbuf.$(DYLIB_EXT)
|
||||
|
|
Loading…
Reference in a new issue