diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:04:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:04:25 +0300 |
commit | 8348ba7dba2d11e89b292e1033c3e198e0aae586 (patch) | |
tree | 2aed23ce023931ed74a3261e0017f9d3f69357b7 /build/export.build | |
parent | 93ccfe02152e74476b2d018430b0a3f734033c11 (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 7740d9e..84d6109 100644 --- a/build/export.build +++ b/build/export.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -$out_root/: +$out_root/ { include odb/ } |