[Scons-users] absolute/relative paths in CPPPATH
ml
ml at dasir.net
Fri Mar 8 05:42:22 EST 2013
Yes. I found that CPPPATH="abc" is the same as CPPPATH=Dir("abc") because the
string is internally converted to the Dir instance which then generates the
relative path.
On 8.3.2013 09:13, Dan Pidcock wrote:
>
> Have you tried CPPPATH=Dir('.') or CPPPATH=Dir('.').Abspath ?
>
>
More information about the Scons-users
mailing list