mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 08:34:20 +00:00
committed by
Andreas Rumpf
parent
23448a96cc
commit
52e36a19a9
@@ -76,6 +76,8 @@ proc commandCompileToC(graph: ModuleGraph) =
|
||||
registerPass(graph, cgenPass)
|
||||
|
||||
compileProject(graph)
|
||||
if graph.config.errorCounter > 0:
|
||||
return # issue #9933
|
||||
cgenWriteModules(graph.backend, conf)
|
||||
if conf.cmd != cmdRun:
|
||||
let proj = changeFileExt(conf.projectFull, "")
|
||||
|
||||
Reference in New Issue
Block a user