2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Set the version number of msvc when configuring a default autodetected version.

[SVN r37633]
This commit is contained in:
Rene Rivera
2007-05-08 15:45:38 +00:00
parent 11e48143d3
commit b0a673284b

View File

@@ -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.