mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
One more fix for Python2.6 search paths
This commit is contained in:
@@ -676,7 +676,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
||||
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.6,
|
||||
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7,
|
||||
);
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Managed Software Center/Managed Software Center-Info.plist";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
@@ -701,7 +701,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
||||
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.6,
|
||||
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7,
|
||||
);
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Managed Software Center/Managed Software Center-Info.plist";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
|
||||
Reference in New Issue
Block a user