mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Remove trailing apostrophe from version notice in msvc.jam (#513)
This commit is contained in:
committed by
Rene Rivera
parent
5eb77167fe
commit
eadc7acea4
@@ -1043,7 +1043,7 @@ local rule generate-setup-cmd ( version : command : parent : options * : cpu : g
|
||||
{
|
||||
if $(.debug-configuration)
|
||||
{
|
||||
ECHO 'notice\: "[generate-setup-cmd]" $(version) is 14.2' ;
|
||||
ECHO "notice: [generate-setup-cmd] $(version) is 14.2" ;
|
||||
}
|
||||
parent = [ path.native [ path.join $(parent) "..\\..\\..\\..\\..\\Auxiliary\\Build" ] ] ;
|
||||
}
|
||||
@@ -1051,7 +1051,7 @@ local rule generate-setup-cmd ( version : command : parent : options * : cpu : g
|
||||
{
|
||||
if $(.debug-configuration)
|
||||
{
|
||||
ECHO 'notice\: "[generate-setup-cmd]" $(version) is 14.1' ;
|
||||
ECHO "notice: [generate-setup-cmd] $(version) is 14.1" ;
|
||||
}
|
||||
parent = [ path.native [ path.join $(parent) "..\\..\\..\\..\\..\\Auxiliary\\Build" ] ] ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user