]> Chaos Git - corbenik/ctrulib.git/commitdiff
use python3
authorDave Murphy <davem@devkitpro.org>
Tue, 17 Mar 2015 10:42:51 +0000 (10:42 +0000)
committerDave Murphy <davem@devkitpro.org>
Tue, 17 Mar 2015 10:42:51 +0000 (10:42 +0000)
examples/gpu/Makefile

index ee6b6e407f002e586e12a2a55765b00d3a75619c..19c9ac9fc27524002118db0c396b289530f8418f 100644 (file)
@@ -161,7 +161,7 @@ $(OUTPUT).elf       :       $(OFILES)
 %_vsh.h %.vsh.o        :       %.vsh
 #---------------------------------------------------------------------------------
        @echo $(notdir $<)
-       @python $(AEMSTRO)/aemstro_as.py $< ../$(notdir $<).shbin
+       @python3 $(AEMSTRO)/aemstro_as.py $< ../$(notdir $<).shbin
        @bin2s ../$(notdir $<).shbin | $(PREFIX)as -o $@
        @echo "extern const u8" `(echo $(notdir $<).shbin | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > `(echo $(notdir $<).shbin | tr . _)`.h
        @echo "extern const u8" `(echo $(notdir $<).shbin | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> `(echo $(notdir $<).shbin | tr . _)`.h