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