From b6fc94063f6933d42c08cfc329c91e4837dc2249 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Dec 2018 13:00:09 -0500 Subject: project: custom config: support --with[out]-pycompile, --with[out]-pydebug. --- project/variants/3.7.1/pydist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/variants/3.7.1') 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 \ -- cgit v1.2.3