Skip to content

Commit b2f6f0c

Browse files
committed
Update build.jam
1 parent 703ad46 commit b2f6f0c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

build.jam

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
# Copyright René Ferdinand Rivera Morell 2023-2024
1+
# Copyright 2023-2024 René Ferdinand Rivera Morell
2+
# Copyright 2024 Peter Dimov
23
# 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)
4+
# https://www.boost.org/LICENSE_1_0.txt
55

66
require-b2 5.2 ;
77

88
constant boost_dependencies :
99
/boost/assert//boost_assert
1010
/boost/config//boost_config
11-
/boost/core//boost_core
1211
/boost/static_assert//boost_static_assert
13-
/boost/throw_exception//boost_throw_exception ;
14-
15-
project /boost/array
16-
: common-requirements
17-
<include>include
12+
/boost/throw_exception//boost_throw_exception
1813
;
1914

15+
project /boost/array ;
16+
2017
explicit
21-
[ alias boost_array : : : : <library>$(boost_dependencies) ]
18+
[ alias boost_array : : : : <include>include <library>$(boost_dependencies) ]
2219
[ alias all : boost_array test ]
2320
;
2421

0 commit comments

Comments
 (0)