Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-04-01 05:38:09


On Friday 01 April 2005 14:28, TEMPLIE Cédric wrote:
> Hi,
>
> I tried that, but unfortunately it does not solve my issue :(
> It still print DefaultCustomer...

The code Jurgen has posted absolutely must work. Again:

CUSTOMER = [ modules.peek : CUSTOMER ] ;
if ! $(CUSTOMER)
{
CUSTOMER = DefaultCustomer ;
}

and running bjam with

bjam -sCUSTOMER=foo

Should produce right results. Are you sure you don't have any typo anywhere?

- Volodya

 


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