mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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…
Add table
Add a link
Reference in a new issue