diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:14:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:14:31 +0300 |
commit | 8d6f42250c6c0bf3b002e717981ff485c4cb390b (patch) | |
tree | 5ffde26adf63ef48248295461ff5435182467401 /build/export.build | |
parent | 5bc77da19eae548f7c071ea18a8893e2b185729c (diff) |
Adjust to new scope syntax
Diffstat (limited to 'build/export.build')
-rw-r--r-- | build/export.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/export.build b/build/export.build index 66f5d7d..8269e23 100644 --- a/build/export.build +++ b/build/export.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -$out_root/: +$out_root/ { include libbbot/ } |