Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab177e commit bb2ffe9Copy full SHA for bb2ffe9
src/pl/plpython/Makefile
@@ -1,4 +1,4 @@
1
-# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.22 2005/08/12 20:57:11 momjian Exp $
+# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.23 2005/08/12 21:44:51 momjian Exp $
2
3
subdir = src/pl/plpython
4
top_builddir = ../../..
@@ -9,7 +9,7 @@ include $(top_builddir)/src/Makefile.global
9
# shared library. Since there is no official way to determine this
10
# (at least not in pre-2.3 Python), we see if there is a file that is
11
# named like a shared library.
12
-ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*))
+ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*))
13
shared_libpython = yes
14
endif
15
0 commit comments