Merge pull request #157 from JandyCo/make-ios-linker-flags-array
Make iOS Linker Flags an Array
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user