aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/makefile-lnx-gcc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/makefile-lnx-gcc.txt')
-rw-r--r--externals/grill/py/makefile-lnx-gcc.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/externals/grill/py/makefile-lnx-gcc.txt b/externals/grill/py/makefile-lnx-gcc.txt
new file mode 100644
index 00000000..a536803d
--- /dev/null
+++ b/externals/grill/py/makefile-lnx-gcc.txt
@@ -0,0 +1,9 @@
+# usage:
+# to build run "sh build-mac-max-gcc.sh" or "sh build-mac-pd-gcc.sh"
+#
+
+INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION)
+LIBS += -lpython$(PYTHONVERSION)
+
+# multi-threaded build
+THREADED=1