Look for libxml2 includes in a tree from the SDK root instead of the drive root

This commit is contained in:
Cameron Gutman 2014-10-18 05:04:37 -04:00
parent 1b6a558a7c
commit 31d57de339

View File

@ -843,7 +843,7 @@
"$(inherited)", "$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(PROJECT_DIR)/libs/**", "$(PROJECT_DIR)/libs/**",
"/usr/include/libxml2/**", "$(SDKROOT)/usr/include/libxml2/**",
); );
INFOPLIST_FILE = "Limelight/Limelight-Info.plist"; INFOPLIST_FILE = "Limelight/Limelight-Info.plist";
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
@ -868,7 +868,7 @@
"$(inherited)", "$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(PROJECT_DIR)/libs/**", "$(PROJECT_DIR)/libs/**",
"/usr/include/libxml2/**", "$(SDKROOT)/usr/include/libxml2/**",
); );
INFOPLIST_FILE = "Limelight/Limelight-Info.plist"; INFOPLIST_FILE = "Limelight/Limelight-Info.plist";
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (