From efe65e2255f19dbb077c8176cea2b8f99957f661 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sat, 28 Jan 2017 08:20:24 +0100 Subject: make tests green again --- compiler/extccomp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index 36097a172..fd223388e 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -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: -- cgit 1.4.1-2-gfad0