make tests green again

This commit is contained in:
Andreas Rumpf
2017-01-28 08:20:24 +01:00
parent 03a1c3b077
commit efe65e2255

View File

@@ -782,7 +782,7 @@ proc callCCompiler*(projectfile: string) =
it = PStrEntry(it.next)
for x in toCompile:
add(objfiles, ' ')
add(objfiles, x.obj)
add(objfiles, quoteShell(x.obj))
linkCmd = getLinkCmd(projectfile, objfiles)
if optCompileOnly notin gGlobalOptions: