Corrected erroneous vccexe tool path in koch

This commit is contained in:
Fredrik Høisæther Rasch
2017-03-20 22:18:26 +01:00
committed by Fredrik Høisæther Rasch
parent 45f61ad046
commit 503a816b36

View File

@@ -219,7 +219,7 @@ proc bundleNimsuggest(buildExe: bool) =
removeFile("nimsuggest/nimsuggest".exe)
proc buildVccTool() =
nimexec("c -o:bin/vccexe.exe tools/vccenv/vccexe")
nimexec("c -o:bin/vccexe.exe tools/vccexe/vccexe")
proc bundleWinTools() =
nimexec("c tools/finish.nim")