software/common: revert PYTHON to python3 (since breaking things)
This commit is contained in:
parent
4e168221d8
commit
4f2725809e
|
@ -1,7 +1,7 @@
|
|||
TARGET_PREFIX=$(TRIPLE)-
|
||||
|
||||
RM ?= rm -f
|
||||
PYTHON ?= python
|
||||
PYTHON ?= python3
|
||||
|
||||
ifeq ($(CLANG),1)
|
||||
CC_normal := clang -target $(TRIPLE) -integrated-as
|
||||
|
|
Loading…
Reference in New Issue