mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-03 06:26:09 +00:00
Merge branch 'master' of github.com:limelight-stream/limelight-ios
* 'master' of github.com:limelight-stream/limelight-ios: Look for libxml2 includes in a tree from the SDK root instead of the drive root
This commit is contained in:
@@ -1084,7 +1084,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 = (
|
||||
@@ -1110,7 +1110,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 = (
|
||||
|
||||
Reference in New Issue
Block a user