aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/config-pd-linux.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-10-17 02:47:01 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-10-17 02:47:01 +0000
commit0d28c65db3a665bcc5045c8885a83ba83ae46f4a (patch)
treeb36ef7edf31f6950a03a9a0a5e54905dbb6de054 /externals/grill/py/config-pd-linux.txt
parent5ef85160f748c0963030a30868c6c23183f7a14b (diff)
""
svn path=/trunk/; revision=1100
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