|
|
@@ -1407,7 +1407,7 @@ public: |
|
|
for (auto& path : mtlHeaderPaths)
|
|
|
for (auto& path : mtlHeaderPaths)
|
|
|
path = path.unquoted();
|
|
|
path = path.unquoted();
|
|
|
|
|
|
|
|
|
s.set ("MTL_HEADER_SEARCH_PATHS", mtlHeaderPaths.joinIntoString (" ").quoted());
|
|
|
|
|
|
|
|
|
s.set ("MTL_HEADER_SEARCH_PATHS", "\"" + mtlHeaderPaths.joinIntoString (" ") + "\"");
|
|
|
|
|
|
|
|
|
headerPaths.add ("\"$(inherited)\"");
|
|
|
headerPaths.add ("\"$(inherited)\"");
|
|
|
s.set ("HEADER_SEARCH_PATHS", indentParenthesisedList (headerPaths, 1));
|
|
|
s.set ("HEADER_SEARCH_PATHS", indentParenthesisedList (headerPaths, 1));
|
|
|
|