Facilitate framework paths containing spaces for iOS. (Overlooked Release configuration.)
This commit is contained in:
@@ -435,7 +435,7 @@
|
|||||||
);
|
);
|
||||||
FRAMEWORK_SEARCH_PATHS = (
|
FRAMEWORK_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
::foreach frameworkSearchPaths:: "::__current__::",
|
::foreach frameworkSearchPaths:: "\"::__current__::\"",
|
||||||
::end::
|
::end::
|
||||||
);
|
);
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
|
|||||||
Reference in New Issue
Block a user