blob: 016177065121e7fc775bf890eef4b23a1f8a86c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# file : build/export.build
# license : MIT; see accompanying LICENSE file
$out_root/
{
include bpkg-util/
}
switch $import.target
{
case exe{bpkg-util-publish}
case bash{utility}
case bash{package-archive}
export $out_root/bpkg-util/$import.target
}
|