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/cxx/buildfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/cxx') diff --git a/libbuild2/cxx/buildfile b/libbuild2/cxx/buildfile index 429027a..a95da97 100644 --- a/libbuild2/cxx/buildfile +++ b/libbuild2/cxx/buildfile @@ -1,6 +1,8 @@ # file : libbuild2/cxx/buildfile # license : MIT; see accompanying LICENSE file +# NOTE: shared imports should go into root.build. +# include ../ imp_libs = ../lib{build2} # Implied interface dependency. -- cgit v1.1