diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-27 13:28:08 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-12-27 22:28:08 +0100 |
commit | 89488947137277efec2d6bc576843de84cf29e7b (patch) | |
tree | fb904997ea0eb9de638326a33bae15f8711b2f21 /build_all.sh | |
parent | ca0ef62c9e3cd18d93b7aec6fd33f7eb9f3173e3 (diff) | |
download | Nim-89488947137277efec2d6bc576843de84cf29e7b.tar.gz |
[ci skip] update docs for build_all.sh (#10086)
Diffstat (limited to 'build_all.sh')
-rw-r--r-- | build_all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_all.sh b/build_all.sh index a268cb791..6c28e7407 100644 --- a/build_all.sh +++ b/build_all.sh @@ -26,6 +26,6 @@ build_nim_csources(){ [ -f $nim_csources ] || echo_run build_nim_csources -echo_run bin/nim c koch +echo_run bin/nim c koch # Note: if fails, may need to `cd csources && git pull` echo_run ./koch boot -d:release echo_run ./koch tools # Compile Nimble and other tools. |