2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Fix Python detection for darwin-derived toolsets

[SVN r29021]
This commit is contained in:
Douglas Gregor
2005-05-18 03:40:06 +00:00
parent ce7632d83c
commit 00d6aaee47

View File

@@ -306,7 +306,7 @@ rule select-python-library ( toolset variant : properties * )
}
}
}
if $(OS) = MACOSX && $(toolset) = darwin
if $(OS) = MACOSX && [ MATCH .*(darwin).* : $(toolset) ]
{
if <target-type>PYD in $(properties)
{