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 2babf197..7bbde1f0 100644
--- a/externals/grill/py/build/gnumake-lnx-gcc.inc
+++ b/externals/grill/py/build/gnumake-lnx-gcc.inc
@@ -15,3 +15,7 @@ endif
ifdef PY_USE_GIL
DEFS += -DPY_USE_GIL
endif
+
+ifdef PY_USE_INOFFICIAL
+DEFS += -DPY_USE_INOFFICIAL
+endif