diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-01-25 13:05:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-01-28 15:45:17 +0300 |
commit | 7351fd6d811249b9a0db10f1224128aa5fa81b8d (patch) | |
tree | 648169084e59828f912882e16821354f3fa75bd4 /build/root.build | |
parent | b90cbd6de11442500bbb6e0cdfe0bdcb286d67ec (diff) |
Link build2 libraries to bpkg executable
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index 3c64dc5..b32c01e 100644 --- a/build/root.build +++ b/build/root.build @@ -27,3 +27,7 @@ cxx.poptions =+ "-I$out_root" "-I$src_root" # be there unless the module is configured). # using? cli + +# Disable build2 libraries importation using the built-in path. +# +import.build2 = [null] |