From 31d57de3397bea8befbd8cd00f2ae8d81425bb3c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 18 Oct 2014 05:04:37 -0400 Subject: [PATCH] Look for libxml2 includes in a tree from the SDK root instead of the drive root --- Limelight.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Limelight.xcodeproj/project.pbxproj b/Limelight.xcodeproj/project.pbxproj index 60dfd93..7f6a728 100644 --- a/Limelight.xcodeproj/project.pbxproj +++ b/Limelight.xcodeproj/project.pbxproj @@ -843,7 +843,7 @@ "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(PROJECT_DIR)/libs/**", - "/usr/include/libxml2/**", + "$(SDKROOT)/usr/include/libxml2/**", ); INFOPLIST_FILE = "Limelight/Limelight-Info.plist"; LIBRARY_SEARCH_PATHS = ( @@ -868,7 +868,7 @@ "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(PROJECT_DIR)/libs/**", - "/usr/include/libxml2/**", + "$(SDKROOT)/usr/include/libxml2/**", ); INFOPLIST_FILE = "Limelight/Limelight-Info.plist"; LIBRARY_SEARCH_PATHS = (