mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Merge pull request #1916 from grunt-lucas/gbagfx-cc
gbagfx to respect user CC setting
This commit is contained in:
commit
843830374c
@ -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…
x
Reference in New Issue
Block a user