From 237f438fe674e117a2b462767bab4bac9946e94e Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 31 Oct 2016 23:25:30 +0100 Subject: [PATCH] touch koch.nim to trigger CI build (2nd) --- koch.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/koch.nim b/koch.nim index 17a5c7c77f..74a65a4ae5 100644 --- a/koch.nim +++ b/koch.nim @@ -199,7 +199,6 @@ proc bundleNimsuggest(buildExe: bool) = copyExe("tools/nimsuggest/nimsuggest".exe, "bin/nimsuggest".exe) removeFile("tools/nimsuggest/nimsuggest".exe) - proc bundleWinTools() = nimexec("c tools/finish.nim") copyExe("tools/finish".exe, "finish".exe)