Show
Ignore:
Timestamp:
08/29/07 08:29:05 (17 years ago)
Author:
arnonym
Message:

This might(!) fix the issue with pkg-config getting executed during install. But I don't know if the determined flags are cached or only the result (which is [0,1])...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/admin/pkgconfig.py

    r569 r590  
    3232 
    3333        if ret: 
    34                 context.env['%s_FLAGS' % name2.upper()] = "!pkg-config --cflags --libs %s" % name 
     34                context.env['%s_FLAGS' % name2.upper()] = context.env.ParseFlags("!pkg-config --cflags --libs %s" % name) 
    3535 
    3636        context.Result( ret )