summaryrefslogtreecommitdiff
path: root/project/variants/3.7.1
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-25 13:00:09 -0500
committermidipix <writeonce@midipix.org>2018-12-25 13:27:15 -0500
commitb6fc94063f6933d42c08cfc329c91e4837dc2249 (patch)
tree975e70e91792069470e8c0fe5069b30b2830d7a0 /project/variants/3.7.1
parent49db7eda7f0695f3aa5927d0b7965d20c73ef5e1 (diff)
downloadsbpython3-b6fc94063f6933d42c08cfc329c91e4837dc2249.tar.bz2
sbpython3-b6fc94063f6933d42c08cfc329c91e4837dc2249.tar.xz
project: custom config: support --with[out]-pycompile, --with[out]-pydebug.
Diffstat (limited to 'project/variants/3.7.1')
-rw-r--r--project/variants/3.7.1/pydist.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/variants/3.7.1/pydist.mk b/project/variants/3.7.1/pydist.mk
index 40f02b0..6e8f79f 100644
--- a/project/variants/3.7.1/pydist.mk
+++ b/project/variants/3.7.1/pydist.mk
@@ -8,7 +8,7 @@ PYDIST_PYCDIR = lib/$(NICKNAME)
PYDIST_SYSCFG_SRCS = \
- $(PYDIST_PYCDIR)/./_sysconfigdata__$(PYTHON_PLATFORM)_.py
+ $(PYDIST_PYCDIR)/./_sysconfigdata_$(PYTHON_ABIFL)_$(PYTHON_PLATFORM)_.py
PYDIST_SRCS = \
$(PYDIST_PYCDIR)/./__future__.py \