Boost logo

Boost Users :

From: David Abrahams (dave_at_[hidden])
Date: 2008-08-18 16:01:47


on Sun Aug 17 2008, David Philp <david.philp-AT-anu.edu.au> wrote:

> This was a bug in boost.build (in python.jam). The following changes
> need to be made to python.jam:
>
> 853,854c849
> <
> < if $(framework-directory) = Python.framework
> ---
>> if $(framework-directory:D=) = Python.framework
>
> 855a851
>> fwk = $(framework-directory) ;
>
> 905c899
> < if $(framework-directory)
> ---
>> if $(fwk)

Could you please put the patch in a Trac ticket?

Thanks!

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net