From 354bb40e75d94466e91fe6960523612c9d17ccfb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 2 Nov 2017 23:11:29 +0300 Subject: Add implementation --- build/export.build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build/export.build (limited to 'build/export.build') diff --git a/build/export.build b/build/export.build new file mode 100644 index 0000000..786efb8 --- /dev/null +++ b/build/export.build @@ -0,0 +1,10 @@ +# file : build/export.build +# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd +# license : GPLv2 with FOSS License Exception; see accompanying COPYING file + +$out_root/: +{ + include mysql/ +} + +export $out_root/mysql/lib{mysqlclient} -- cgit v1.1