diff options
Diffstat (limited to 'libbuild2/bash/buildfile')
-rw-r--r-- | libbuild2/bash/buildfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/bash/buildfile b/libbuild2/bash/buildfile index 63356b7..2fd49ec 100644 --- a/libbuild2/bash/buildfile +++ b/libbuild2/bash/buildfile @@ -1,6 +1,8 @@ # file : libbuild2/bash/buildfile # license : MIT; see accompanying LICENSE file +# NOTE: shared imports should go into root.build. +# include ../ imp_libs = ../lib{build2} # Implied interface dependency. |