From 89488947137277efec2d6bc576843de84cf29e7b Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Thu, 27 Dec 2018 13:28:08 -0800 Subject: [PATCH] [ci skip] update docs for build_all.sh (#10086) --- build_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_all.sh b/build_all.sh index a268cb7913..6c28e7407d 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.