diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plpython/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index df07fc2ced0..632d05b6afc 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 |