Fixed include path when using internal zlib.

This commit is contained in:
Ryan C. Gordon 2011-02-11 00:19:22 -05:00
parent 706f50be0a
commit 855025c3e5
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ IF(PHYSFS_NEED_ZLIB)
ENDIF(ZLIB_FOUND)
IF(PHYSFS_INTERNAL_ZLIB)
INCLUDE_DIRECTORIES(zlib123)
INCLUDE_DIRECTORIES(./src/zlib123)
ADD_DEFINITIONS(-DZ_PREFIX=1)
SET(PHYSFS_SRCS ${PHYSFS_SRCS} ${ZLIB_SRCS})
ELSE(PHYSFS_INTERNAL_ZLIB)