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