Changeset 1677

Show
Ignore:
Timestamp:
10/08/09 05:08:01 (14 years ago)
Author:
wagi
Message:

Merge flags into the construction variables. This fixes #235

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/SConstruct

    r1676 r1677  
    219219                if env['%s_FLAGS'%name2] == 0: 
    220220                        allpresent &= 0 
     221                else: 
     222                        env.MergeFlags( env['%s_FLAGS'%name2] ) 
    221223 
    222224        if not allpresent: