diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-30 13:02:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-12-01 18:31:15 +0300 |
commit | 656c69a2322751a7330dec16f701d863ecad0d6e (patch) | |
tree | fcd4a9f825521c25b2f1acfba1aed4e4304c319d /build-msvc.bat.in | |
parent | 4b77cc28ed6a2923ccc7a17befce377babb27bee (diff) |
Use !config.install.scope=project global override in build scripts and documentation when installing build system modules
Diffstat (limited to 'build-msvc.bat.in')
-rw-r--r-- | build-msvc.bat.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-msvc.bat.in b/build-msvc.bat.in index 6d72012..c009811 100644 --- a/build-msvc.bat.in +++ b/build-msvc.bat.in @@ -478,7 +478,7 @@ where %bdep% @if "_%projects%_" == "__" goto mods_ile -%b% %verbose% %jobs% install: %projects:~1% +%b% %verbose% %jobs% install: ^^!config.install.scope=project %projects:~1% @if errorlevel 1 goto error %b% %verbose% noop: %tests:~1% @@ -600,7 +600,7 @@ where %bdep% %bpkg% %verbose% %jobs% %timeout% build --for install %packages:~1% @if errorlevel 1 goto error -%bpkg% %verbose% %jobs% install --all-pattern=libbuild2-* +%bpkg% %verbose% %jobs% install ^^!config.install.scope=project --all-pattern=libbuild2-* @if errorlevel 1 goto error :mods_ipe |