From a5cb2de2d7cf3259fac20b73f5e97643308462df Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 19 Nov 2019 16:24:47 -0800 Subject: [PATCH] minor OSX linker doesn't like these options --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 1cc1bd2..48ca053 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,7 +21,7 @@ USR_CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden #USR_LDFLAGS_Linux += -Wl,--compress-debug-sections=zlib # fault on any undefined symbols (eg. from missing LIB_SYS_LIBS) -USR_LDFLAGS += -Wl,--no-undefined -Wl,--no-allow-shlib-undefined +USR_LDFLAGS_Linux += -Wl,--no-undefined -Wl,--no-allow-shlib-undefined endif