aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/build/makefile-lnx-gcc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/build/makefile-lnx-gcc.inc')
-rw-r--r--externals/grill/py/build/makefile-lnx-gcc.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/py/build/makefile-lnx-gcc.inc b/externals/grill/py/build/makefile-lnx-gcc.inc
new file mode 100644
index 00000000..f49715fd
--- /dev/null
+++ b/externals/grill/py/build/makefile-lnx-gcc.inc
@@ -0,0 +1,2 @@
+INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION)
+LIBS += -lpython$(PYTHONVERSION)