Merge pull request #228 from cbatson/framework_path

Facilitate framework paths containing spaces for iOS.
This commit is contained in:
Joshua Granick
2014-10-08 16:37:45 -07:00
2 changed files with 3 additions and 3 deletions

View File

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