mirror of
https://github.com/red031000/nitrogfx.git
synced 2025-06-18 13:15:35 -04:00
Update Makefile
This commit is contained in:
parent
ae44344810
commit
9420452e83
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ ifeq ($(HAVE_LIBPNG),1)
|
||||
$(error No package 'libpng' found)
|
||||
endif
|
||||
|
||||
CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -DPNG_SKIP_SETJMP_CHECK $(shell pkg-config --cflags libpng zlib)
|
||||
CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=gnu17 -DPNG_SKIP_SETJMP_CHECK $(shell pkg-config --cflags libpng zlib)
|
||||
|
||||
LIBS = $(shell pkg-config --libs libpng zlib)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user