mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Updated the Boost Build core_language.py test to not fail when run on Windows OSs that have a HKLM\SYSTEM\CurrentControlSet\AddServices key, as detected on the VeecoFTC Boost library tester Windows XP Professional SP3 machine.
[SVN r79150]
This commit is contained in:
@@ -1308,9 +1308,9 @@ if $(NT)
|
||||
local r ;
|
||||
for local x in $(param:L)
|
||||
{
|
||||
if ! $(found) && $(x) = "policies"
|
||||
if ! x in $(found) && $(x) in "addservices" "policies"
|
||||
{
|
||||
found = true ;
|
||||
found += $(x) ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user