diff options
author | Araq <rumpf_a@web.de> | 2012-01-28 23:29:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-28 23:29:20 +0100 |
commit | 2dd0f8eeabcc4c5415efff6ed33c8a2b144a2c48 (patch) | |
tree | e169555c05ad4cd10508abf5e3c46897176632c3 | |
parent | 0f18ab96911cfdae59061dd8afba26c15631d2b5 (diff) | |
download | Nim-2dd0f8eeabcc4c5415efff6ed33c8a2b144a2c48.tar.gz |
rebuilt C sources for bootstrapping
-rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh index 598787e6f..203bccead 100755 --- a/install.sh +++ b/install.sh @@ -228,6 +228,8 @@ if [ $# -eq 1 ] ; then chmod 644 $libdir/pure/actors.nim cp lib/pure/algorithm.nim $libdir/pure/algorithm.nim || exit 1 chmod 644 $libdir/pure/algorithm.nim + cp lib/pure/asyncio.nim $libdir/pure/asyncio.nim || exit 1 + chmod 644 $libdir/pure/asyncio.nim cp lib/pure/base64.nim $libdir/pure/base64.nim || exit 1 chmod 644 $libdir/pure/base64.nim cp lib/pure/browsers.nim $libdir/pure/browsers.nim || exit 1 |