diff options
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 2edcd73b1..8313d0866 100644 --- a/koch.nim +++ b/koch.nim @@ -165,7 +165,7 @@ proc buildNimble(latest: bool) = nimCompile(installDir / "src/nimble.nim", options = "--noNimblePath --nilseqs:on -d:release") proc bundleNimsuggest() = - nimCompile("nimsuggest/nimsuggest.nim", options = "-d:release") + nimCompileFold("Compile nimsuggest", "nimsuggest/nimsuggest.nim", options = "-d:release") proc buildVccTool() = nimCompileFold("Compile Vcc", "tools/vccexe/vccexe.nim") |