now can package ipa, still problems with signing
This commit is contained in:
@@ -102,12 +102,12 @@ CUtlVector<CUtlString> ILinker::BuildLinkCommandLine( LinkProject_t *pProject, c
|
||||
SetOutputFile(cmd, szOutputFileName);
|
||||
SetSysroot(cmd, pProject, NULL);
|
||||
SetDefaultLibraryPaths(cmd, pProject);
|
||||
UseFullFile(cmd);
|
||||
UseFullFile(cmd, pProject);
|
||||
for (auto &o: pProject->objects)
|
||||
{
|
||||
LinkFile(cmd, o.m_szObjectFile);
|
||||
}
|
||||
UsePartialFile(cmd);
|
||||
UsePartialFile(cmd, pProject);
|
||||
|
||||
for (auto &o: pProject->libraryObjects)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user