example,Makefile: explicitly use python3
This commit is contained in:
parent
27adb94533
commit
87e4e81e91
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue