From 8b9d59d973f172c433d92c6d642a04fb8d8bb580 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 6 May 2019 14:45:20 +0200 Subject: [PATCH] koch.nim: nothing to do here --- koch.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/koch.nim b/koch.nim index 2a65b8c34f..2edcd73b1d 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()