diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-03 23:56:46 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-03 23:56:46 +0300 |
commit | f695394f2492547c04902ea9e031c19c29dd8913 (patch) | |
tree | bb738720bc606faf99bac48afae108091edb3850 /build | |
parent | c8285c9ff7bac60871cd8d58ebe0208ae29389bd (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 786efb8..de35ae7 100644 --- a/build/export.build +++ b/build/export.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2016-2017 Code Synthesis Ltd # license : GPLv2 with FOSS License Exception; see accompanying COPYING file -$out_root/: +$out_root/ { include mysql/ } |