diff options
author | Araq <rumpf_a@web.de> | 2014-04-23 00:06:56 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-23 00:06:56 +0200 |
commit | 5aa8278f6c4a3c211dd2e76c3c828a68c55ee28d (patch) | |
tree | fa2c16c3880d96b72c6efe02568859387fe7c683 /koch.nim | |
parent | e128f48ff684d67effe4b6b9ddc6eafaa16ed3b1 (diff) | |
download | Nim-5aa8278f6c4a3c211dd2e76c3c828a68c55ee28d.tar.gz |
Haiku build works again
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 9d59344f2..79acc7791 100644 --- a/koch.nim +++ b/koch.nim @@ -299,7 +299,7 @@ of cmdArgument: of "boot": boot(op.cmdLineRest) of "clean": clean(op.cmdLineRest) of "web": web(op.cmdLineRest) - of "csource": csource(op.cmdLineRest) + of "csource", "csources": csource(op.cmdLineRest) of "zip": zip(op.cmdLineRest) of "inno": inno(op.cmdLineRest) of "install": install(op.cmdLineRest) |