diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:13:55 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:13:55 +0300 |
commit | 3af08026d318336943cde79da2a34eb3d887df63 (patch) | |
tree | 1d0225f29c7444c83972cabfc29ef5fe20b57fbd /build | |
parent | 433920bc9d7533e6de3333e7d5c7205a063da63a (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 0c38d80..0d9e7a4 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 libbrep/ } |