From f54c9decb77ce638eb440ccf7c27f2e8222f449d Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 16 Dec 2018 19:17:29 -0500 Subject: generated and integrated pydist information for the Python-3.6.3 variant. --- project/pydist.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 project/pydist.mk (limited to 'project/pydist.mk') diff --git a/project/pydist.mk b/project/pydist.mk new file mode 100644 index 0000000..2d0c914 --- /dev/null +++ b/project/pydist.mk @@ -0,0 +1,3 @@ +ifneq ($(PYTHON_MAJOR),) +include $(PROJECT_DIR)/project/variants/$(PYTHON_MAJOR).$(PYTHON_MINOR).$(PYTHON_MICRO)/pydist.mk +endif -- cgit v1.2.3