diff options
author | Araq <rumpf_a@web.de> | 2019-05-06 14:45:20 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-05-06 21:42:49 +0200 |
commit | 8b9d59d973f172c433d92c6d642a04fb8d8bb580 (patch) | |
tree | 2c3c9cb69e35134e23ad1974ea3efcacef24146a /koch.nim | |
parent | 4c6fc173b772a4c93d82e9d544a0d5a1fe270eea (diff) | |
download | Nim-8b9d59d973f172c433d92c6d642a04fb8d8bb580.tar.gz |
koch.nim: nothing to do here
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 2a65b8c34..2edcd73b1 100644 --- a/koch.nim +++ b/koch.nim @@ -171,7 +171,6 @@ proc buildVccTool() = nimCompileFold("Compile Vcc", "tools/vccexe/vccexe.nim") proc bundleWinTools() = - # TODO: consider building under `bin` instead of `.` nimCompile("tools/finish.nim", outputDir = "") buildVccTool() |