diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-02-19 13:14:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-02-19 13:14:13 +0300 |
commit | a092ba16f3de33670896ffd5c3f4755e0893c460 (patch) | |
tree | bde7fb8f13797c0fb737593e8cf3b0b3163be1e0 /mysql | |
parent | a6da46eb13333745b8eabda6ceff314cc02021f8 (diff) |
Release version 10.2.10+5
Diffstat (limited to 'mysql')
-rw-r--r-- | mysql/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/buildfile b/mysql/buildfile index b94bb8e..b76ea2e 100644 --- a/mysql/buildfile +++ b/mysql/buildfile @@ -233,7 +233,7 @@ else # The library clients must include the API header as <mysql/mysql.h>. # -lib{mariadb}: c.export.poptions = "-I$out_root" "-I$src_root" +lib{mariadb}: cc.export.poptions = "-I$out_root" "-I$src_root" # Let's install the bare minimum of headers: mysql.h, errmsg.h, mysqld_error.h # and headers they recursively include. |