← Back to team overview

yade-dev team mailing list archive

[Bug 485424] Re: colon separated paths in scons.profile-*

 

** Changed in: yade
       Status: Fix Committed => Fix Released

-- 
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: Fix Released

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