blob: 63c50363a3bca11399dc7bce191bb2bc557f6ba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# file : build/export.build
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# 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}
}
|