diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-12 07:51:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-12 07:51:42 +0200 |
commit | 9d5322d6a1220e91a1a4eabda08066bf60fa967e (patch) | |
tree | b49ab123a1c261302aa459df7f0a67d82b7e8f97 /libbuild2/buildfile | |
parent | bebdfc468e7808704f724e58eaca0c994595dcde (diff) |
Make order of imports stable in saved host build configuration
Diffstat (limited to 'libbuild2/buildfile')
-rw-r--r-- | libbuild2/buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
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...} \ |