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