Facilitate framework paths containing spaces for iOS.

This commit is contained in:
cbatson
2014-09-29 17:43:46 -07:00
parent f2825da4e3
commit 32145347a9
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@
);
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
::foreach frameworkSearchPaths:: "::__current__::",
::foreach frameworkSearchPaths:: "\"::__current__::\"",
::end::
);
OTHER_LDFLAGS = (