Remove -l from linker flags loop

This commit is contained in:
Joshua
2014-05-11 14:05:18 -04:00
parent d32396157b
commit 5362467559

View File

@@ -401,7 +401,7 @@
::foreach linkedLibraries:: "-l::__current__::",
::end::
"-lApplicationMain",
::foreach IOS_LINKER_FLAGS:: "-l::__current__::",
::foreach IOS_LINKER_FLAGS:: "::__current__::",
::end::
);
};
@@ -434,7 +434,7 @@
::foreach linkedLibraries:: "-l::__current__::",
::end::
"-lApplicationMain",
::foreach IOS_LINKER_FLAGS:: "-l::__current__::",
::foreach IOS_LINKER_FLAGS:: "::__current__::",
::end::
);
};