diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:08:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:08:28 +0300 |
commit | 732cc762d416146c515acf90c5e9641772ab2850 (patch) | |
tree | 4b9cf52dabdb8fd69898a90000fdaa0468aba7f8 /build | |
parent | af02efe1edc14040c144cacf95fef0418d113432 (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 dd351d6..2ce81b5 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 bpkg/ } |