diff --git a/Makefile b/Makefile index ce9c1e320..5b8f2444c 100755 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ else endif ifeq ($(PORTNAME),darwin) - override LDFLAGS += -undefined dynamic_lookup -bundle_loader $(shell $(PG_CONFIG) --bindir)/postgres + override LDFLAGS += -undefined dynamic_lookup endif PYTHON_TEST_VERSION ?= $(python_version)