From 9d5322d6a1220e91a1a4eabda08066bf60fa967e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Jun 2020 07:51:42 +0200 Subject: Make order of imports stable in saved host build configuration --- libbuild2/buildfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libbuild2/buildfile') diff --git a/libbuild2/buildfile b/libbuild2/buildfile index 5f7bc11..29a559c 100644 --- a/libbuild2/buildfile +++ b/libbuild2/buildfile @@ -20,8 +20,10 @@ include $bundled_modules # explicitly. A module should also assume that lib{butl} will always be an # interface dependency of lib{build2} and therefore need not be explicitly # imported or linked. + +# NOTE: shared imports should go into root.build. # -import int_libs = libbutl%lib{butl} +int_libs = $libbutl lib{build2}: libul{build2}: \ {hxx ixx txx cxx}{* -utility-*installed -config -version -*.test...} \ -- cgit v1.1