From 7a8b0c01002ed87fe601cd4025f62606b507c3c8 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 3 Dec 2018 07:53:31 -0500 Subject: project: added recipes for pycompile (native core python for bytecode gen). --- project/extras.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project/extras.mk') diff --git a/project/extras.mk b/project/extras.mk index 2db9e76..e4f6ad1 100644 --- a/project/extras.mk +++ b/project/extras.mk @@ -94,3 +94,7 @@ include $(PROJECT_DIR)/project/pyexts.mk # shared extension modules: desired subset $(SHARED_APP): $(PYEXT_SHARED) $(STATIC_APP): $(PYEXT_STATIC) + + +# pycompile (core native python executable for .pyc generation) +include $(PROJECT_DIR)/project/pycompile.mk -- cgit v1.2.3