summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-04-30 02:01:38 +0200
committerAraq <rumpf_a@web.de>2015-04-30 02:01:38 +0200
commita4f8a89c85391051eabe46530e953e4696aad3d6 (patch)
treec4fbbd44d3758dbc6cfa770e1186946020c76ccb /koch.nim
parentd40098ad8259880d59dfc5dab895912f434d6cbd (diff)
downloadNim-a4f8a89c85391051eabe46530e953e4696aad3d6.tar.gz
preparations for version 0.11.0
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 d760a5bc4..142aa89f1 100644
--- a/koch.nim
+++ b/koch.nim
@@ -119,7 +119,7 @@ proc buildTool(toolname, args: string) =
 proc nsis(args: string) =
   # make sure we have generated the niminst executables:
   buildTool("tools/niminst/niminst", args)
-  buildTool("tools/nimgrep", args)
+  #buildTool("tools/nimgrep", args)
   # produce 'nim_debug.exe':
   exec "nim c compiler" / "nim.nim"
   copyExe("compiler/nim".exe, "bin/nim_debug".exe)