gbagfx to respect user CC setting
This commit is contained in:
parent
39192725f2
commit
9d170c7e35
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue