This commit is contained in:
Dominik Picheta 2017-08-12 22:01:47 +01:00
commit d1eae2f1a0
2 changed files with 9 additions and 1 deletions

View file

@ -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: