Resolved header conflict between linux/darwin/win32 by moving ares and curl headers relevant target subdirectories.

Stemmed around the downloaded archives having differing headers and overwriting eachother.
This commit is contained in:
Shyotl
2011-02-15 04:11:47 -06:00
parent 796ea0db88
commit dfc99b4165
3 changed files with 18 additions and 18 deletions

View File

@@ -19,5 +19,5 @@ else (STANDALONE)
else (WINDOWS)
set(CARES_LIBRARIES cares)
endif (WINDOWS)
set(CARES_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/ares)
set(CARES_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/ares)
endif (STANDALONE)

View File

@@ -15,5 +15,5 @@ else (STANDALONE)
else (WINDOWS)
set(CURL_LIBRARIES curl)
endif (WINDOWS)
set(CURL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
set(CURL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
endif (STANDALONE)