From 7351fd6d811249b9a0db10f1224128aa5fa81b8d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 25 Jan 2022 13:05:28 +0300 Subject: Link build2 libraries to bpkg executable --- build/root.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build') 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] -- cgit v1.1