mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 06:14:10 +02:00
Fixes from macOS, first working build
This commit is contained in:
parent
2e84b4229c
commit
67ee302451
19 changed files with 237 additions and 107 deletions
|
@ -7178,7 +7178,11 @@ namespace IDE
|
|||
}
|
||||
|
||||
if (!startInfo.mFileName.IsEmpty)
|
||||
OutputLine("Executing: {0} {1}", startInfo.mFileName, showArgs);
|
||||
{
|
||||
OutputLine("Executing: {0} {1}", startInfo.mFileName, showArgs);
|
||||
if ((mVerbosity >= .Diagnostic) && (useArgsFile != .None))
|
||||
OutputLine("Arg file contents: {0}", args);
|
||||
}
|
||||
else
|
||||
OutputLine("Executing: {0}", showArgs);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue