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 /build | |
parent | faeb485ac1580cfa5e52876a9e8cb94960266703 (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 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/ } |