Skip to content

Commit

Permalink
minor updates to koch.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Oct 19, 2014
1 parent dc8d8eb commit 4cca562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions koch.nim
Expand Up @@ -93,9 +93,9 @@ proc csource(args: string) =
[args, NimrodVersion, compileNimInst, findNim()])

proc zip(args: string) =
exec("$3 cc -r $2 --var:version=$1 scripts compiler/nimrod.ini" %
exec("$3 cc -r $2 --var:version=$1 --var:mingw=mingw32 scripts compiler/nimrod.ini" %
[NimrodVersion, compileNimInst, findNim()])
exec("$# --var:version=$# zip compiler/nimrod.ini" %
exec("$# --var:version=$# --var:mingw=mingw32 zip compiler/nimrod.ini" %
["tools/niminst/niminst".exe, NimrodVersion])

proc buildTool(toolname, args: string) =
Expand Down

0 comments on commit 4cca562

Please sign in to comment.