Migrated
This commit is contained in:
@@ -40,6 +40,11 @@ CUtlString CLDProject::Link( void )
|
||||
args.AppendTail("-shared");
|
||||
for (auto object: objects)
|
||||
args.AppendTail(object.m_szObjectFile);
|
||||
for (auto lib: libraries)
|
||||
{
|
||||
args.AppendTail("-l");
|
||||
args.AppendTail(lib);
|
||||
}
|
||||
IRunner::Run("clang++", args);
|
||||
}
|
||||
return szOutputFile;
|
||||
|
||||
Reference in New Issue
Block a user