← Back to team overview

yade-dev team mailing list archive

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

 

Public bug reported:

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.

** Affects: yade
     Importance: Undecided
         Status: New

-- 
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.



Follow ups

References