Merge pull request #1916 from grunt-lucas/gbagfx-cc
gbagfx to respect user CC setting
This commit is contained in:
commit
843830374c
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 = -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)
|
||||||
|
|
Loading…
Reference in a new issue