Merge pull request #157 from JandyCo/make-ios-linker-flags-array

Make iOS Linker Flags an Array
This commit is contained in:
Joshua Granick
2014-05-12 10:05:36 -07:00

View File

@@ -401,7 +401,8 @@
::foreach linkedLibraries:: "-l::__current__::",
::end::
"-lApplicationMain",
::IOS_LINKER_FLAGS::
::foreach IOS_LINKER_FLAGS:: "::__current__::",
::end::
);
};
name = Debug;
@@ -433,7 +434,8 @@
::foreach linkedLibraries:: "-l::__current__::",
::end::
"-lApplicationMain",
::IOS_LINKER_FLAGS::
::foreach IOS_LINKER_FLAGS:: "::__current__::",
::end::
);
};
name = Release;