aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2021-09-06 11:11:52 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2021-09-06 11:11:52 +0200
commit9880f6e2dde6db341246fc80031629daec6d014e (patch)
treee31a37f56366554a8786de6739439595008e7d09 /config.mk
parentf14a7fb4cad51e9f5e9cb267ce8261016418f2c8 (diff)
downloadicestorm-9880f6e2dde6db341246fc80031629daec6d014e.tar.gz
icestorm-9880f6e2dde6db341246fc80031629daec6d014e.tar.bz2
icestorm-9880f6e2dde6db341246fc80031629daec6d014e.zip
Update variable name to PYTHON3
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 66870fe..4831f8b 100644
--- a/config.mk
+++ b/config.mk
@@ -41,4 +41,4 @@ LDFLAGS = -O2 --memory-init-file 0 -s TOTAL_MEMORY=64*1024*1024
SUBDIRS = icebox icepack icemulti icepll icetime icebram
endif
-PYTHON ?= python3
+PYTHON3 ?= python3