diff options
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() |