Skip to content

Commit

Permalink
Merge pull request #1916 from grunt-lucas/gbagfx-cc
Browse files Browse the repository at this point in the history
gbagfx to respect user CC setting
  • Loading branch information
GriffinRichards authored Aug 22, 2023
2 parents e70577d + 9d170c7 commit 8438303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gbagfx/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8438303

Please sign in to comment.