mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
VITA/NX: Force Update
This commit is contained in:
parent
736380b098
commit
637bc87005
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ MP3LIB=mad
|
||||||
VORBISLIB=vorbis
|
VORBISLIB=vorbis
|
||||||
|
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
# Helper functions
|
# Helper functions
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
|
|
||||||
check_gcc = $(shell if echo | $(CC) $(1) -Werror -S -o /dev/null -xc - > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi;)
|
check_gcc = $(shell if echo | $(CC) $(1) -Werror -S -o /dev/null -xc - > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi;)
|
||||||
|
|
Loading…
Reference in a new issue