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 | |
parent | 93ccfe02152e74476b2d018430b0a3f734033c11 (diff) |
Adjust to new scope syntax
-rw-r--r-- | build/export.build | 2 | ||||
-rw-r--r-- | odb/buildfile | 2 |
2 files changed, 2 insertions, 2 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/ } diff --git a/odb/buildfile b/odb/buildfile index 373190a..882fcd5 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -52,7 +52,7 @@ hxx{version}@./: install = false hxx{version-build2}: install = $install_include/version.hxx hxx{version-build2-stub}@./: install = $install_include/version-build2.hxx -details/build2/: +details/build2/ { h{*}: install = false |