diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:07:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:07:54 +0300 |
commit | 1a39be404d7b39bc60a66601e3191412490f968e (patch) | |
tree | 2e1aafc7851b0dfc19458eee81a0e8ec1a73ff67 /build | |
parent | 4c6c50047e085e256a19a91ee84398a3b7c8846f (diff) |
Adjust to new scope syntax
Diffstat (limited to '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 6e1378c..cfa8be4 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 libbpkg/ } |