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 --- build2/buildfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build2') diff --git a/build2/buildfile b/build2/buildfile index 549016c..3be724c 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -1,7 +1,9 @@ # file : build2/buildfile # license : MIT; see accompanying LICENSE file -import libs = libbutl%lib{butl} +# NOTE: imports should go into root.build. +# +libs = $libbutl include ../libbuild2/ libs += ../libbuild2/lib{build2} -- cgit v1.1