summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authoralaviss <alaviss@users.noreply.github.com>2019-05-30 12:34:54 +0700
committerMiran <narimiran@disroot.org>2019-05-30 07:34:54 +0200
commit1d00f7f9d73edb79cc581ca9b49fb038573c01d5 (patch)
tree1c08514f5d784c70de084b2d22b5453f15f1b30a /koch.nim
parent5b27b263fd76484fa6251ccd29520c2764b55818 (diff)
downloadNim-1d00f7f9d73edb79cc581ca9b49fb038573c01d5.tar.gz
travis: cleanup & add 32-bit Linux testing (#11337)
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim2
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")