From 1a36a4281ed24cb2188c6045fbca16771d91d93b Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 20 Oct 2014 01:34:59 +0200 Subject: [PATCH] 'koch install' works again --- koch.nim | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koch.nim b/koch.nim index 8385ac84e9..293ffb1486 100644 --- a/koch.nim +++ b/koch.nim @@ -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) diff --git a/readme.md b/readme.md index e8c081d4ed..675296fe39 100644 --- a/readme.md +++ b/readme.md @@ -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.