Fix Nim specify wrong option to vccexe when vcc.options.always is set (#12490) [backport]

(cherry picked from commit 8040c84615)
This commit is contained in:
Tomohiro
2019-10-25 06:43:59 +09:00
committed by narimiran
parent 5f77d5ad85
commit e02dc971f5

View File

@@ -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",