Skip to content

Commit

Permalink
Change objcopy call for the updated version (thanks to @NexoDevelopment
Browse files Browse the repository at this point in the history
… for the fix!)
  • Loading branch information
rw-r-r-0644 committed Apr 23, 2020
1 parent a4d90c7 commit 9794b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/romfs-wiiu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ROMFS_TARGET := app.romfs.o
%.romfs.o: $(TOPDIR)/$(ROMFS)
@echo ROMFS $(notdir $@)
$(Q)tar -H ustar -cvf romfs.tar -C $(TOPDIR)/$(ROMFS) .
$(Q)$(OBJCOPY) --input binary --output elf32-powerpc --binary-architecture powerpc:common romfs.tar $@
$(Q)$(OBJCOPY) --input-target binary --output-target elf32-powerpc --binary-architecture powerpc:common romfs.tar $@
@rm -f romfs.tar

else
Expand Down

0 comments on commit 9794b35

Please sign in to comment.