[Scons-users] Handling user supplied CPPPATH with Variables?
Gary Oberbrunner
garyo at oberbrunner.com
Thu Jan 16 13:29:48 EST 2014
On Thu, Jan 16, 2014 at 1:23 PM, Andrew C. Morrow
<andrew.c.morrow at gmail.com> wrote:
> Any ideas? Otherwise I will need to use the Options mechanism instead, I
> think.
I think that's the best way. You can parse Variables too, if you
really don't want "-" prefixes.
env['CPPPATH'] = ','.split(cmdLineVars['CPPPATH'])
or something like that.
--
Gary
More information about the Scons-users
mailing list