blob: df4184e9279362db3054abdc8019268af465693a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : build/export.build
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/
{
include bpkg-rep/
}
if ($import.target == exe{bpkg-rep-publish})
export $out_root/bpkg-rep/exe{bpkg-rep-publish}
|