mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Libs: move pngconf.h out of top level libpng source folder
This commit is contained in:
parent
41210708e2
commit
0751f8987a
2 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ endif
|
|||
|
||||
ifndef NOPNG
|
||||
ifndef PNG_CONFIG
|
||||
PNG_CFLAGS?=-I../libs/libpng-src
|
||||
PNG_CFLAGS?=-I../libs/libpng-src -I../libs/libpng-src/projects
|
||||
ifdef MINGW64
|
||||
PNG_LDFLAGS?=-L../libs/libpng-src/projects -lpng64
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue