blob: cea25c9755bff711079e05fa4b75d084290dd2f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Jamfile | 2 +-
build/Jamfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jamfile b/Jamfile
index b999474..33bc8c9 100644
--- a/Jamfile
+++ b/Jamfile
@@ -7,7 +7,7 @@
# Official repository: https://github.com/boostorg/json
#
-import ../config/checks/config : requires ;
+rule requires ( checks * ) { }
# These make sure we only build on
# compatible C++11 or later toolchains.
diff --git a/build/Jamfile b/build/Jamfile
index 8425ad3..86d1208 100644
--- a/build/Jamfile
+++ b/build/Jamfile
@@ -7,7 +7,7 @@
# Official repository: https://github.com/boostorg/json
#
-import ../../config/checks/config : requires ;
+rule requires ( checks * ) { }
project boost/json
: requirements
|