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/cxx/buildfile | |
parent | bebdfc468e7808704f724e58eaca0c994595dcde (diff) |
Make order of imports stable in saved host build configuration
Diffstat (limited to 'libbuild2/cxx/buildfile')
-rw-r--r-- | libbuild2/cxx/buildfile | 2 |
1 files changed, 2 insertions, 0 deletions
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. |