Attempt fix for Makefile.griffin
This commit is contained in:
parent
affd603251
commit
bb2de710c5
|
@ -406,7 +406,7 @@ all: $(EXT_TARGET)
|
|||
|
||||
%.velf: %.elf
|
||||
ifneq ($(DEBUG), 1)
|
||||
arm-vita-eabi-strip -g $<
|
||||
arm-vita-eabi-strip -g $<
|
||||
endif
|
||||
vita-elf-create $< $@
|
||||
vita-make-fself -s $@ eboot.bin
|
||||
|
|
Loading…
Reference in New Issue