diff --git a/v2/tools/msvc.jam b/v2/tools/msvc.jam index 4c161c041..7748221e8 100644 --- a/v2/tools/msvc.jam +++ b/v2/tools/msvc.jam @@ -176,6 +176,7 @@ local rule configure-really ( # take the first detected version version = [ $(.versions).all ] ; version = $(version[1]) ; + v = $(version) ; # Note: 'version' can still be empty at this point if no versions were # detected.