mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-22 12:13:35 +00:00
Look for libxml2 includes in a tree from the SDK root instead of the drive root
This commit is contained in:
parent
1b6a558a7c
commit
31d57de339
@ -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 = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user