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 <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-10-22 14:00:42 +08:00
parent 0ec00d892a
commit 80b929a5d7
1 changed files with 2 additions and 0 deletions

View File

@ -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