From 637bc87005de744e3bed377b0f9ed5abac6918dc Mon Sep 17 00:00:00 2001 From: cypress Date: Sat, 16 Mar 2024 19:52:27 -0700 Subject: [PATCH] VITA/NX: Force Update --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile b/source/Makefile index fed8a90..c0b27dc 100644 --- a/source/Makefile +++ b/source/Makefile @@ -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;)