mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Merge branch 'fix-genout-with-multiple-zlib-inc-dirs' of git://github.com/aseprite/libpng into libpng16
This commit is contained in:
commit
a271625928
@ -37,7 +37,9 @@ if ("${INPUTEXT}" STREQUAL ".c" AND "${OUTPUTEXT}" STREQUAL ".out")
|
|||||||
|
|
||||||
set(INCLUDES "-I${INCDIR}")
|
set(INCLUDES "-I${INCDIR}")
|
||||||
if(ZLIBINCDIR)
|
if(ZLIBINCDIR)
|
||||||
list(APPEND INCLUDES "-I${ZLIBINCDIR}")
|
foreach(dir ${ZLIBINCDIR})
|
||||||
|
list(APPEND INCLUDES "-I${dir}")
|
||||||
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(PNG_PREFIX)
|
if(PNG_PREFIX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user