aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Cross <sean@xobs.io>2019-10-22 14:00:42 +0800
committerSean Cross <sean@xobs.io>2019-10-22 14:09:12 +0800
commit80b929a5d7a2581c4284f8f2226f2d8de3098551 (patch)
treefefac1023c75ae33c411d5351499e7e5c8261592
parent0ec00d892a91cc68e45479b46161f649caea2933 (diff)
downloadicestorm-80b929a5d7a2581c4284f8f2226f2d8de3098551.tar.gz
icestorm-80b929a5d7a2581c4284f8f2226f2d8de3098551.tar.bz2
icestorm-80b929a5d7a2581c4284f8f2226f2d8de3098551.zip
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>
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
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