2
0
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:
Jurko Gospodnetić
2012-06-27 22:50:07 +00:00
parent 1da66ba30b
commit cf184be6e2

View File

@@ -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
{