From 4fadd968fa12130524c8380f33fcfe25d4de79e5 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:24:46 +0900 Subject: Imported Upstream version 1.65.0 Change-Id: Icf8400b375482cb11bcf77440a6934ba360d6ba4 Signed-off-by: DongHun Kwak --- Jamroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Jamroot') diff --git a/Jamroot b/Jamroot index f22f16b527..0c54c66a54 100644 --- a/Jamroot +++ b/Jamroot @@ -131,7 +131,7 @@ import path ; import link ; path-constant BOOST_ROOT : . ; -constant BOOST_VERSION : 1.64.0 ; +constant BOOST_VERSION : 1.65.0 ; constant BOOST_JAMROOT_MODULE : $(__name__) ; boostcpp.set-version $(BOOST_VERSION) ; @@ -288,7 +288,7 @@ rule boost-install ( libraries * ) rule boost-lib ( name : sources * : requirements * : default-build * : usage-requirements * ) { name = boost_$(name) ; - autolink = shared:BOOST_$(name:U)_DYN_LINK=1 ; + autolink = shared:$(name:U)_DYN_LINK=1 ; lib $(name) : $(sources) : $(requirements) $(autolink) -- cgit v1.2.3