|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-09-28 01:25:11
Hi Andre,
> Never mind, it just didn't understand the ~ in the file path. I put in
> an absolute path and it worked fine.
Yes, "~" is a feature of Unix shell that we don't emulate. You can try this,
though, in your Jamroot:
import os ;
path-constant HOME : [ os.environ HOME ] ;
Again, this depends on shell where you work, but I'd expect the HOME
environment variable to be always set.
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2
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