Merge pull request #1916 from grunt-lucas/gbagfx-cc

gbagfx to respect user CC setting
This commit is contained in:
GriffinR 2023-08-22 14:57:32 -04:00 committed by GitHub
commit 843830374c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
CC = gcc CC ?= gcc
CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK
CFLAGS += $(shell pkg-config --cflags libpng) CFLAGS += $(shell pkg-config --cflags libpng)