diff options
author | Arne Döring <arne.doering@gmx.net> | 2019-02-12 22:00:31 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-02-13 23:30:14 +0100 |
commit | 28394153aba1e1ec0410406392e26e1e7e2e681e (patch) | |
tree | 0f2f455db7375b8e2c1e57b56a7f7d950d955bab /build_all.sh | |
parent | 304b1dd34bc52df29528c2a12f769cb59904db5a (diff) | |
download | Nim-28394153aba1e1ec0410406392e26e1e7e2e681e.tar.gz |
32 bit fixes (#10608)
Diffstat (limited to 'build_all.sh')
-rw-r--r-- | build_all.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_all.sh b/build_all.sh index 0706dcaf2..333814d62 100644 --- a/build_all.sh +++ b/build_all.sh @@ -27,7 +27,6 @@ build_nim_csources(){ [ -f $nim_csources ] || echo_run build_nim_csources # 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 |