From 00d6aaee4716dcb768e6362bebc9159da73a6278 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 18 May 2005 03:40:06 +0000 Subject: [PATCH] Fix Python detection for darwin-derived toolsets [SVN r29021] --- v1/python.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/python.jam b/v1/python.jam index f34ada75d..7291446a3 100644 --- a/v1/python.jam +++ b/v1/python.jam @@ -306,7 +306,7 @@ rule select-python-library ( toolset variant : properties * ) } } } - if $(OS) = MACOSX && $(toolset) = darwin + if $(OS) = MACOSX && [ MATCH .*(darwin).* : $(toolset) ] { if PYD in $(properties) {