(WiiU) ignore elf2rpl errors.

This commit is contained in:
aliaspider 2016-11-23 05:27:52 +01:00
parent c42d168a76
commit 15c535d06f

View File

@ -185,7 +185,7 @@ $(TARGET).rpx.elf: $(OBJ) $(RPX_OBJ) libretro_wiiu.a wiiu/link_elf.ld
$(LD) $(OBJ) $(RPX_OBJ) $(LDFLAGS) $(RPX_LDFLAGS) $(LIBDIRS) $(LIBS) -o $@
$(TARGET).rpx: $(TARGET).rpx.elf
$(ELF2RPL) $(notdir $<) $@
-$(ELF2RPL) $(notdir $<) $@
clean:
rm -f $(OBJ)