stdbuf: fix install on Macs

This commit is contained in:
Alex Lyon 2017-11-18 21:54:01 -08:00
parent 4ef2ef29cd
commit ecdafd830f
No known key found for this signature in database
GPG key ID: B517F04B325131B1

View file

@ -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)