mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-06 17:42:14 +02:00
sept: use python2 in Makefile
This commit is contained in:
parent
1671c04e24
commit
54e096c35f
@ -153,7 +153,7 @@ DEPENDS := $(OFILES:.o=.d)
|
|||||||
all : $(OUTPUT).enc
|
all : $(OUTPUT).enc
|
||||||
|
|
||||||
$(OUTPUT).enc : $(OUTPUT).bin
|
$(OUTPUT).enc : $(OUTPUT).bin
|
||||||
@python $(TOPDIR)/sept_sign.py $< $@
|
@python2 $(TOPDIR)/sept_sign.py $< $@
|
||||||
@echo built ... $(notdir $@)
|
@echo built ... $(notdir $@)
|
||||||
|
|
||||||
$(OUTPUT).bin : $(OUTPUT).elf
|
$(OUTPUT).bin : $(OUTPUT).elf
|
||||||
|
Loading…
Reference in New Issue
Block a user