mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-05 13:34:46 +00:00
fixes #1601
This commit is contained in:
@@ -251,7 +251,6 @@ proc mainCommand* =
|
||||
commandCompileToC()
|
||||
of "cpp", "compiletocpp":
|
||||
gCmd = cmdCompileToCpp
|
||||
if cCompiler == ccGcc: setCC("gcc")
|
||||
defineSymbol("cpp")
|
||||
commandCompileToC()
|
||||
of "objc", "compiletooc":
|
||||
|
||||
Reference in New Issue
Block a user