|
Boost-Build : |
From: David Philp (david.philp_at_[hidden])
Date: 2008-08-18 00:29:56
Hi
I have found a bug in python.jam that leads it (on Mac) to link
against the System python installation regardless of what is provided
in user-config.
Following is incorrect:
if $(framework-directory) = Python.framework
{
debug-message framework directory is \"$(fwk)\" ;
}
It should be (I assume... this seems to work):
if $(framework-directory:D=) = Python.framework
{
fwk = $(framework-directory) ;
debug-message framework directory is \"$(fwk)\" ;
}
Boost 1.35
D
==================================
David J Philp
Postdoctoral Fellow
National Centre for Epidemiology and Population Health
Building 62, cnr Mills Rd & Eggleston Rd
The Australian National University
Canberra ACT 0200 Australia
T: +61 2 6125 8260
F: +61 2 6125 0740
M: 0423 535 397
W: http://nceph.anu.edu.au/
CRICOS Provider #00120C
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