Boost logo

Boost-Build :

From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-05-17 22:40:54


I've committed the following obvious patch. The OSL tests should now
test all of Boost.Python.

Doug

Index: python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/python.jam,v
retrieving revision 1.84
diff -u -r1.84 python.jam
--- python.jam 11 May 2005 02:07:30 -0000 1.84
+++ python.jam 18 May 2005 03:37:35 -0000
@@ -290,7 +290,7 @@
}
}
}
- if $(OS) = MACOSX && $(toolset) = darwin
+ if $(OS) = MACOSX && [ MATCH .*(darwin).* : $(toolset) ]
{
if <target-type>PYD in $(properties)
{

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk