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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user