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.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/py/build/gnumake-lnx-gcc.inc b/externals/grill/py/build/gnumake-lnx-gcc.inc
index bdb375f1..ff0a8bfa 100644
--- a/externals/grill/py/build/gnumake-lnx-gcc.inc
+++ b/externals/grill/py/build/gnumake-lnx-gcc.inc
@@ -1,3 +1,7 @@
DEFS += -DPY_EXPORTS
INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION)
LIBS += -lpython$(PYTHONVERSION)
+
+ifdef PY_NUMARRAY
+DEFS += -DPY_NUMARRAY
+endif \ No newline at end of file