yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02265
[Bug 485424] Re: colon separated paths in scons.profile-*
** Branch linked: lp:yade
--
colon separated paths in scons.profile-*
https://bugs.launchpad.net/bugs/485424
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
Status in Yet Another Dynamic Engine: New
Bug description:
When I write in scons.profile-*:
CPPPATH=['path1:path2']
after first scons run it become
CPPPATH=['path1', 'path2']
and after second scons run it become:
CPPPATH=['path1 path2']
So config is failed after first scons run already.
References