VITA/NX: Force Update

This commit is contained in:
cypress 2024-03-16 19:52:27 -07:00 committed by GitHub
parent 736380b098
commit 637bc87005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ MP3LIB=mad
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;)