diff options
Diffstat (limited to 'build_all.sh')
-rw-r--r-- | build_all.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build_all.sh b/build_all.sh index a268cb791..0706dcaf2 100644 --- a/build_all.sh +++ b/build_all.sh @@ -26,6 +26,9 @@ build_nim_csources(){ [ -f $nim_csources ] || echo_run build_nim_csources -echo_run bin/nim c koch +# Note: if fails, may need to `cd csources && git pull` +# see D20190115T162028 +echo_run bin/nim c --skipUserCfg --skipParentCfg koch + echo_run ./koch boot -d:release echo_run ./koch tools # Compile Nimble and other tools. |