mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
with dir with space regression again
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user