]> git.proxmox.com Git - ceph.git/blame_incremental - ceph/src/boost/tools/build/src/tools/features/location-prefix-feature.jam
buildsys: change download over to reef release
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / location-prefix-feature.jam
... / ...
CommitLineData
1# Copyright 2017 Rene Rivera
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or copy at
4# http://www.boost.org/LICENSE_1_0.txt)
5
6import feature ;
7
8#| tag::doc[]
9
10[[bbv2.builtin.features.location-prefix]]`location-prefix`::
11Sets the build directory for a target as the project’s build directory prefixed
12with the value of this feature. See section <<Target Paths>> for an example.
13
14|# # end::doc[]
15
16feature.feature location-prefix
17 :
18 : free ;