gpp -> gcc

This commit is contained in:
EXetoC
2014-05-09 23:22:43 +02:00
parent 4d5ad91775
commit 7754bc73b4

View File

@@ -310,7 +310,7 @@ proc mainCommand* =
of "cpp", "compiletocpp":
extccomp.cExt = ".cpp"
gCmd = cmdCompileToCpp
if cCompiler == ccGcc: setCC("gpp")
if cCompiler == ccGcc: setCC("gcc")
wantMainModule()
defineSymbol("cpp")
commandCompileToC()