From ecdafd830f0b763045f505bd97d822b159d1e90c Mon Sep 17 00:00:00 2001 From: Alex Lyon Date: Sat, 18 Nov 2017 21:54:01 -0800 Subject: [PATCH] stdbuf: fix install on Macs --- src/stdbuf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stdbuf/Makefile b/src/stdbuf/Makefile index 217767b6b..c9c0350b2 100644 --- a/src/stdbuf/Makefile +++ b/src/stdbuf/Makefile @@ -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)