From 80b929a5d7a2581c4284f8f2226f2d8de3098551 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Tue, 22 Oct 2019 14:00:42 +0800 Subject: config: add a variable for python interpreter This variable can be overridden on platforms where python is not called `python3`. Signed-off-by: Sean Cross --- config.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.mk b/config.mk index c5ebc62..96f6dee 100644 --- a/config.mk +++ b/config.mk @@ -39,3 +39,5 @@ PREFIX = / LDFLAGS = -O2 --memory-init-file 0 -s TOTAL_MEMORY=64*1024*1024 SUBDIRS = icebox icepack icemulti icepll icetime icebram endif + +PYTHON ?= python3 -- cgit v1.2.3