diff options
Diffstat (limited to 'compiler/main.nim')
-rw-r--r-- | compiler/main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index 2118078be..4f06acdd1 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -64,7 +64,7 @@ proc commandCompileToC(graph: ModuleGraph; cache: IdentCache) = #registerPass(cleanupPass()) compileProject(graph, cache) - cgenWriteModules() + cgenWriteModules(graph.backend) if gCmd != cmdRun: extccomp.callCCompiler(changeFileExt(gProjectFull, "")) |