diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-01-28 16:30:08 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-01-28 16:30:08 +0300 |
commit | 793e39564b25acc6283d1fd5a842c9799f1efdbe (patch) | |
tree | da962b92b5ef1a044ba06e7861e15f02f7f966e1 | |
parent | 9b238b9b81a04554edbd6bc35d12aac0433cd511 (diff) |
Add note to buildfile
-rw-r--r-- | build2/buildfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/buildfile b/build2/buildfile index 48f551d..0da38a8 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -5,6 +5,9 @@ # libs = $libbutl +# NOTE: don't forget to also update bpkg's buildfile if changing anything +# here. +# include ../libbuild2/ libs += ../libbuild2/lib{build2} |