Add safe homebrew flag

Added safe homebrew flag as per https://yifan.lu/2016/08/27/henkaku-update/
This commit is contained in:
JuanVCS 2016-09-05 21:48:59 -03:00 committed by GitHub
parent e2a734183b
commit a87f858d0b

View File

@ -408,7 +408,7 @@ ifneq ($(DEBUG), 1)
arm-vita-eabi-strip -g $<
endif
vita-elf-create $< $@
vita-make-fself $@ eboot.bin
vita-make-fself -s $@ eboot.bin
%.elf32: %.elf
ifeq ($(platform), xenon360)