2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 14:02:11 +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 4c7ce63704
commit d57956a5a3

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.