From 9d170c7e3532cec8e7869ea1ad1bd0d9aede91ce Mon Sep 17 00:00:00 2001 From: grunt-lucas Date: Tue, 22 Aug 2023 07:37:48 -0700 Subject: [PATCH] gbagfx to respect user CC setting --- tools/gbagfx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gbagfx/Makefile b/tools/gbagfx/Makefile index 8728fa8d09..8a52d52d37 100644 --- a/tools/gbagfx/Makefile +++ b/tools/gbagfx/Makefile @@ -1,4 +1,4 @@ -CC = gcc +CC ?= gcc CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK CFLAGS += $(shell pkg-config --cflags libpng)