diff options
author | Araq <rumpf_a@web.de> | 2016-11-01 00:28:21 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-11-01 00:28:21 +0100 |
commit | d183e4034cc53a01521d283f562c6011b3cb3433 (patch) | |
tree | 3a771e8780999d8987cbf1f32c224360c669e3d4 /koch.nim | |
parent | 67a52ee647e4ebc0fdf731ef299dcd9ba47928b4 (diff) | |
download | Nim-d183e4034cc53a01521d283f562c6011b3cb3433.tar.gz |
touch koch.nim to trigger CI build (4th)
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 17a5c7c77..74a65a4ae 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) |