2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-23 03:32:12 +00:00

(merge from head) Set the version number of msvc when configuring a default autodetected version.

[SVN r37657]
This commit is contained in:
Rene Rivera
2007-05-10 17:05:12 +00:00
parent a7794f450f
commit edbf4a089d

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.