mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove duplicate PKG_CONFIG.
This commit is contained in:
1
Makefile
1
Makefile
@@ -1,4 +1,3 @@
|
|||||||
PKG_CONFIG = pkg-config
|
|
||||||
WARNFLAGS = -Wall -Werror=implicit
|
WARNFLAGS = -Wall -Werror=implicit
|
||||||
PNGFLAGS != ${PKG_CONFIG} --cflags libpng
|
PNGFLAGS != ${PKG_CONFIG} --cflags libpng
|
||||||
REALCFLAGS = ${CFLAGS} ${WARNFLAGS} ${PNGFLAGS} -Iinclude -g \
|
REALCFLAGS = ${CFLAGS} ${WARNFLAGS} ${PNGFLAGS} -Iinclude -g \
|
||||||
|
|||||||
Reference in New Issue
Block a user