mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-18 05:43:14 +01:00
Fix -of with multiple input files.
This commit is contained in:
@@ -799,6 +799,8 @@ int main(int argc, char *argv[], char** envp)
|
||||
if (global.params.link)
|
||||
{
|
||||
global.params.exefile = global.params.objname;
|
||||
if (files.dim > 1)
|
||||
global.params.objname = NULL;
|
||||
}
|
||||
else if (global.params.run)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user