aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/build/gnumake-lnx-gcc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/build/gnumake-lnx-gcc.inc')
-rw-r--r--externals/grill/py/build/gnumake-lnx-gcc.inc9
1 files changed, 8 insertions, 1 deletions
diff --git a/externals/grill/py/build/gnumake-lnx-gcc.inc b/externals/grill/py/build/gnumake-lnx-gcc.inc
index ff0a8bfa..483bb514 100644
--- a/externals/grill/py/build/gnumake-lnx-gcc.inc
+++ b/externals/grill/py/build/gnumake-lnx-gcc.inc
@@ -4,4 +4,11 @@ LIBS += -lpython$(PYTHONVERSION)
ifdef PY_NUMARRAY
DEFS += -DPY_NUMARRAY
-endif \ No newline at end of file
+endif
+ifdef PY_NUMPY
+DEFS += -DPY_NUMPY
+endif
+ifdef PY_NUMERIC
+DEFS += -DPY_NUMERIC
+endif
+