diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index af6b459533627d3fce345caa1cd525849cd42654..faf69803a2ee5d74a23c4ff31984feb6208713a5 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -21,11 +21,9 @@ python_includespec := $(subst \,/,$(python_includespec)) override python_libspec = endif -# Darwin (OS X) has its own ideas about how to do this. +# Darwin (OS X) does supply a .dylib, but the above test doesn't match that. ifeq ($(PORTNAME), darwin) shared_libpython = yes -override python_libspec = -framework Python -override python_additional_libs = endif # If we don't have a shared library and the platform doesn't allow it