Skip to content

Commit

Permalink
Fix msvc : all not discovering all versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jun 7, 2024
1 parent 815a590 commit 13d2f14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tools/msvc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,12 @@ rule configure ( version ? : options * )
"empty when '$(version)' is specified." ;
}

# Auto-register any version we can detect.
for local i in $(.known-versions)
{
try-auto-detect-version $(i) ;
}

# Configure (i.e. mark as used) all registered versions.
local all-versions = [ $(.versions).all ] ;
if ! $(all-versions)
Expand Down

0 comments on commit 13d2f14

Please sign in to comment.