From ca0fc2f788d341fbed9056ac4f34ddd09ef61c3d Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 16 Dec 2018 18:55:42 -0500 Subject: project: added rules and definitions for building the build-local pycompile. --- project/extras.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'project/extras.mk') diff --git a/project/extras.mk b/project/extras.mk index b2fe771..5ff9ccb 100644 --- a/project/extras.mk +++ b/project/extras.mk @@ -51,3 +51,6 @@ 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