blob: 29f718e82f641831edb092a6c51d58634570653c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : build/export.build
# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
# license : LGPLv2.1; see accompanying COPYING file
$out_root/
{
include mysql/
}
export $out_root/mysql/lib{mariadb}
|