summary refs log tree commit diff stats
path: root/build_all.bat
diff options
context:
space:
mode:
authorIvan Yonchovski <yyoncho@users.noreply.github.com>2022-08-09 21:04:52 +0300
committerGitHub <noreply@github.com>2022-08-09 14:04:52 -0400
commitec2bc2a50e268bb08903f1cf83631d93caa34c8f (patch)
treeb44de4dd42681211b4200662ee9cd414db6181af /build_all.bat
parentb4157f6772574c18232ff7a663c57ea19804f8f5 (diff)
downloadNim-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.bat2
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