koch.nim: nothing to do here

This commit is contained in:
Araq
2019-05-06 14:45:20 +02:00
parent 4c6fc173b7
commit 8b9d59d973

View File

@@ -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()