summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authoralaviss <leorize+oss@disroot.org>2020-10-02 12:18:44 -0500
committerGitHub <noreply@github.com>2020-10-02 19:18:44 +0200
commit7ef22bf9120e3051fadd14532e4f65fcd1558681 (patch)
tree524f010ce785578ff3ff3672a1fbd6d8908cc9ac /koch.nim
parent9828392df3ac05ead78e14bde7b5865309df8a95 (diff)
downloadNim-7ef22bf9120e3051fadd14532e4f65fcd1558681.tar.gz
koch: remove c2nim from windows release builds (#15471)
We don't ship this tool with any other OS, and the c2nim bundle is
non-deterministic due to the lack of a pinned commit.
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 714d70bfe..bbb37b702 100644
--- a/koch.nim
+++ b/koch.nim
@@ -168,7 +168,6 @@ proc bundleWinTools(args: string) =
   buildVccTool(args)
   nimCompile("tools/nimgrab.nim", options = "-d:ssl " & args)
   nimCompile("tools/nimgrep.nim", options = args)
-  bundleC2nim(args)
   nimCompile("testament/testament.nim", options = args)
   when false:
     # not yet a tool worth including