From 8348ba7dba2d11e89b292e1033c3e198e0aae586 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 4 May 2018 00:04:25 +0300 Subject: Adjust to new scope syntax --- build/export.build | 2 +- 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 -- cgit v1.1