'koch install' works again

This commit is contained in:
Araq
2014-10-20 01:34:59 +02:00
parent 2495ceb61c
commit 1a36a4281e
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ proc nsis(args: string) =
" nsis compiler/nimrod") % NimrodVersion)
proc install(args: string) =
exec("$# cc -r $# --var:version=$# scripts compiler/nimrod.ini" %
exec("$# cc -r $# --var:version=$# --var:mingw=mingw32 scripts compiler/nimrod.ini" %
[findNim(), compileNimInst, NimrodVersion])
exec("sh ./install.sh $#" % args)

View File

@@ -62,5 +62,5 @@ allowing you to create commercial applications.
Read copying.txt for more details.
Copyright (c) 2004-2014 Andreas Rumpf.
Copyright (c) 2006-2014 Andreas Rumpf.
All rights reserved.