mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Libs: move pngconf.h out of top level libpng source folder
This commit is contained in:
parent
63980dce60
commit
bbce679a73
2 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ endif
|
||||||
|
|
||||||
ifndef NOPNG
|
ifndef NOPNG
|
||||||
ifndef PNG_CONFIG
|
ifndef PNG_CONFIG
|
||||||
PNG_CFLAGS?=-I../libs/libpng-src
|
PNG_CFLAGS?=-I../libs/libpng-src -I../libs/libpng-src/projects
|
||||||
ifdef MINGW64
|
ifdef MINGW64
|
||||||
PNG_LDFLAGS?=-L../libs/libpng-src/projects -lpng64
|
PNG_LDFLAGS?=-L../libs/libpng-src/projects -lpng64
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue