mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-12-24 00:51:59 +01:00
Change the plugin identifier to be compatible with unix/docker
This commit is contained in:
parent
a17cd7f678
commit
efb5ca0629
@ -21,6 +21,6 @@ WUPSSPECS := -T$(WUPS_ROOT)/share/wups.ld -specs=$(WUPS_ROOT)/share/wups.specs
|
|||||||
@cp $< $*.strip.elf
|
@cp $< $*.strip.elf
|
||||||
@$(STRIP) -g $*.strip.elf
|
@$(STRIP) -g $*.strip.elf
|
||||||
@elf2rpl $*.strip.elf $@
|
@elf2rpl $*.strip.elf $@
|
||||||
@printf '\xDE\xAD' | dd of=$@ bs=1 seek=9 count=2 conv=notrunc status=none
|
@echo 'PL' | dd of=$@ bs=1 seek=9 count=2 conv=notrunc status=none
|
||||||
@rm $*.strip.elf
|
@rm $*.strip.elf
|
||||||
@echo built ... $(notdir $@)
|
@echo built ... $(notdir $@)
|
Loading…
Reference in New Issue
Block a user