mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:18:59 +08:00
31 lines
731 B
Diff
31 lines
731 B
Diff
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
|