From 7215c363dd4cde92257096654da0c01e22005c45 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 3 May 2018 23:58:00 +0300 Subject: Adjust to new scope syntax --- build/export.build | 2 +- mysql/buildfile | 6 +++--- 2 files changed, 4 insertions(+), 4 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/ } diff --git a/mysql/buildfile b/mysql/buildfile index d41bba8..3352b76 100644 --- a/mysql/buildfile +++ b/mysql/buildfile @@ -181,9 +181,9 @@ zlib_poptions = "-I$src_base/zlib" # Note that the bundled win-iconv header is included as a quoted (relative) # path, so no need for -I option. # - zlib/: c.poptions =+ $zlib_poptions - plugins/: c.poptions =+ $mariadb_poptions -libmariadb/: c.poptions =+ $mariadb_poptions $zlib_poptions + zlib/ c.poptions =+ $zlib_poptions + plugins/ c.poptions =+ $mariadb_poptions +libmariadb/ c.poptions =+ $mariadb_poptions $zlib_poptions if ($c.class == 'msvc') { -- cgit v1.1