diff options
author | Ivan Yonchovski <yyoncho@users.noreply.github.com> | 2022-08-09 21:04:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 14:04:52 -0400 |
commit | ec2bc2a50e268bb08903f1cf83631d93caa34c8f (patch) | |
tree | b44de4dd42681211b4200662ee9cd414db6181af /build_all.bat | |
parent | b4157f6772574c18232ff7a663c57ea19804f8f5 (diff) | |
download | Nim-ec2bc2a50e268bb08903f1cf83631d93caa34c8f.tar.gz |
Build compiler with --noNimblePath (#20168)
- Fixes https://github.com/nim-lang/Nim/issues/18840
Diffstat (limited to 'build_all.bat')
-rw-r--r-- | build_all.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_all.bat b/build_all.bat index c8ba05e19..ef4a5f6a4 100644 --- a/build_all.bat +++ b/build_all.bat @@ -24,6 +24,6 @@ if not exist %nim_csources% ( cd .. copy /y bin\nim.exe %nim_csources% ) - bin\nim.exe c --skipUserCfg --skipParentCfg --hints:off koch + bin\nim.exe c --noNimblePath --skipUserCfg --skipParentCfg --hints:off koch koch boot -d:release --skipUserCfg --skipParentCfg --hints:off koch tools --skipUserCfg --skipParentCfg --hints:off |