diff options
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 8afc67826..d8004b3e6 100644 --- a/koch.nim +++ b/koch.nim @@ -230,7 +230,7 @@ proc buildTool(toolname, args: string) = proc buildTools() = let nimsugExe = "bin/nimsuggest".exe nimexec "c --noNimblePath -p:compiler -d:release -o:" & nimsugExe & - " dist/nimsuggest/nimsuggest.nim" + " tools/nimsuggest/nimsuggest.nim" let nimgrepExe = "bin/nimgrep".exe nimexec "c -o:" & nimgrepExe & " tools/nimgrep.nim" |