diff --git a/Makefile b/Makefile index a02fd108c..063d3f068 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,7 @@ AWK ?= awk ifeq ($(OS), Darwin) PLUGIN_LINKFLAGS += -undefined dynamic_lookup +LINKFLAGS += -rdynamic # homebrew search paths ifneq ($(shell :; command -v brew),)