From 8040c84615a54a9a51526b73e01d653d0f8c06db Mon Sep 17 00:00:00 2001 From: Tomohiro Date: Fri, 25 Oct 2019 06:43:59 +0900 Subject: Fix Nim specify wrong option to vccexe when vcc.options.always is set (#12490) [backport] --- compiler/extccomp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index 6aa14f4a4..9b5d16457 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -138,7 +138,7 @@ compiler vcc: optSize: " /O1 /G7 ", compilerExe: "cl", cppCompiler: "cl", - compileTmpl: "/c$vccplatform$options $include /Fo$objfile $file", + compileTmpl: "/c$vccplatform $options $include /Fo$objfile $file", buildGui: " /link /SUBSYSTEM:WINDOWS ", buildDll: " /LD", buildLib: "lib /OUT:$libfile $objfiles", -- cgit 1.4.1-2-gfad0