mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-23 20:32:37 +00:00
Makefile.launcher: Remove -s for make-fself
This commit is contained in:
parent
7c37f144eb
commit
debfa4a9d6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ CFLAGS = -fno-lto -g -Wl,-q -O3 -D_GNU_SOURCE
|
|||
CXXFLAGS = -fno-lto -g -Wl,-q -O3 -fpermissive -std=c++11 -D_GNU_SOURCE
|
||||
|
||||
eboot.bin: eboot.velf
|
||||
vita-make-fself -c -s $< eboot.bin
|
||||
vita-make-fself -c $< eboot.bin
|
||||
|
||||
%.velf: %.elf
|
||||
cp $< $<.unstripped.elf
|
||||
|
|
Loading…
Reference in a new issue