aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/makefile.pd-linux
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-12-28 03:51:40 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-12-28 03:51:40 +0000
commite4a4f538375af2404ec0f3201fa2ac79e7a17c23 (patch)
tree2af692cb6f097901d2b149912d8d4e1e3c5bc99b /externals/grill/py/makefile.pd-linux
parent4c702bb206700325fa26daf2355a864885be7c27 (diff)
""
svn path=/trunk/; revision=1235
Diffstat (limited to 'externals/grill/py/makefile.pd-linux')
-rw-r--r--externals/grill/py/makefile.pd-linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/grill/py/makefile.pd-linux b/externals/grill/py/makefile.pd-linux
index d77ea836..2b725264 100644
--- a/externals/grill/py/makefile.pd-linux
+++ b/externals/grill/py/makefile.pd-linux
@@ -19,6 +19,7 @@ INCLUDES=$(PDPATH) $(PYTHONINCLUDE)
LIBPATH=$(PYTHONLIB)
FLAGS=-DFLEXT_SYS=2
CFLAGS=-pthread $(UFLAGS)
+LDFLAGS=$(UFLAGS) # needed by icc
LIBS=util python$(PYTHONVER)
ifdef DEBUG