diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:13:16 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:13:16 +0300 |
commit | f4c9655464c6f47a693c18cddf497dfd691c661e (patch) | |
tree | f3943ca01819ddbbab5bdf5923bb0fce7bc2cd68 /build | |
parent | 13cf46aa561cde57966fd3e924e5503ff51fadf2 (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 c1cab6d..20e99ea 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 bdep/ } |