parent
0ed8e6403c
commit
4007b2a778
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ proc getCompilationBinary*(options: Options): Option[string] =
|
|||
if file.len > 0:
|
||||
return some(file)
|
||||
of actionRun:
|
||||
let runFile = options.action.runFile.changeFileExt("")
|
||||
let runFile = options.action.runFile.changeFileExt(ExeExt)
|
||||
if runFile.len > 0:
|
||||
return some(runFile)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue