forked from jasder/antlr
Fix working directory
This commit is contained in:
parent
8bd2dec569
commit
6abb26c29d
|
@ -190,7 +190,6 @@ namespace Antlr4.Build.Tasks
|
|||
RedirectStandardInput = true,
|
||||
RedirectStandardOutput = true,
|
||||
RedirectStandardError = true,
|
||||
WorkingDirectory = OutputPath
|
||||
};
|
||||
|
||||
Process process = new Process();
|
||||
|
|
Loading…
Reference in New Issue