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 = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
::foreach frameworkSearchPaths:: "::__current__::", ::foreach frameworkSearchPaths:: "\"::__current__::\"",
::end:: ::end::
); );
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
@@ -435,7 +435,7 @@
); );
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
::foreach frameworkSearchPaths:: "::__current__::", ::foreach frameworkSearchPaths:: "\"::__current__::\"",
::end:: ::end::
); );
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (

View File

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