diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:07:10 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:07:10 +0300 |
commit | b45cb6805fe8fdde7a80150536e33c51e3c6387c (patch) | |
tree | 647985d9baaba7ac024cecf804de365611490d71 | |
parent | faeb485ac1580cfa5e52876a9e8cb94960266703 (diff) |
Adjust to new scope syntax
-rw-r--r-- | build/export.build | 2 | ||||
-rw-r--r-- | odb/mysql/buildfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/export.build b/build/export.build index faffac8..f0e297c 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/mysql/ } diff --git a/odb/mysql/buildfile b/odb/mysql/buildfile index 3414679..5ec52fd 100644 --- a/odb/mysql/buildfile +++ b/odb/mysql/buildfile @@ -52,7 +52,7 @@ libs{odb-mysql}: cxx.export.poptions += -DLIBODB_MYSQL_SHARED lib{odb-mysql}: cxx.export.libs = $int_libs -details/: +details/ { if $cli.configured { @@ -91,7 +91,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 |