diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-03 23:58:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-03 23:58:00 +0300 |
commit | 7215c363dd4cde92257096654da0c01e22005c45 (patch) | |
tree | cc93d3a02a5441bd996734d4552c177629deee67 /build | |
parent | 741a1d2c4d9c92e1b85e4b993345dec90146b34d (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 8f8df42..29f718e 100644 --- a/build/export.build +++ b/build/export.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2016-2017 Code Synthesis Ltd # license : LGPLv2.1; see accompanying COPYING file -$out_root/: +$out_root/ { include mysql/ } |