Fixes #351.
This commit is contained in:
parent
ee34150d70
commit
d1eae2f1a0
2 changed files with 9 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ proc execBackend(options: Options) =
|
|||
var args = ""
|
||||
for path in paths: args.add("--path:\"" & path & "\" ")
|
||||
for option in options.action.compileOptions:
|
||||
args.add(option & " ")
|
||||
args.add("\"" & option & "\" ")
|
||||
|
||||
let backend =
|
||||
if options.action.backend.len > 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue