aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/config-pd-linux.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/config-pd-linux.txt')
-rw-r--r--externals/grill/py/config-pd-linux.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/externals/grill/py/config-pd-linux.txt b/externals/grill/py/config-pd-linux.txt
index 339e5786..ffedf8e2 100644
--- a/externals/grill/py/config-pd-linux.txt
+++ b/externals/grill/py/config-pd-linux.txt
@@ -17,8 +17,9 @@ FLEXTPATH=/usr/local/lib/pd/flext
PYTHONVER=2.3
# where are the python header files?
PYTHONINCLUDE=/usr/local/include/python${PYTHONVER}
-# where is the python library file?
-PYTHONLIB=/usr/local/lib/python${PYTHONVER}/config
+# where is the python library file?
+# in most cases this need only be specified for static linking
+# PYTHONLIB=/usr/local/lib/python${PYTHONVER}/config
# where should flext libraries be built?
TARGDIR=./pd-linux
@@ -28,4 +29,4 @@ TARGDIR=./pd-linux
INSTPATH=/usr/local/lib/pd/extra
# define for shared build
-#FLEXT_SHARED=1
+FLEXT_SHARED=1