mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Merge remote-tracking branch 'origin/develop' into feature/cxx
This commit is contained in:
@@ -374,9 +374,6 @@ local rule dump-full-version ( command-string )
|
||||
|
||||
local rule dump-version ( command-string )
|
||||
{
|
||||
# -dumpfullversion is only supported for gcc 7+.
|
||||
# Passing both options works, as the first one that's
|
||||
# recognized will be used.
|
||||
return [ MATCH "^([0-9.]+)" :
|
||||
[ SHELL "$(command-string) -dumpversion" ] ] ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user