example,Makefile: explicitly use python3

This commit is contained in:
Zihao Yu 2022-03-07 12:09:57 +08:00
parent 27adb94533
commit 87e4e81e91
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ $(shell mkdir -p $(BUILD_DIR))
# constraint file
SRC_AUTO_BIND = $(abspath $(BUILD_DIR)/auto_bind.cpp)
$(SRC_AUTO_BIND): $(NXDC_FILES)
python $(NVBOARD_HOME)/scripts/auto_pin_bind.py $^ $@
python3 $(NVBOARD_HOME)/scripts/auto_pin_bind.py $^ $@
# project source
VSRCS = $(shell find $(abspath ./vsrc) -name "*.v")