Ignore:
Timestamp:
Sep 6, 2012 9:38:33 AM (12 years ago)
Author:
bennylp
Message:

Misc (re #1562): pkgconfig removed multiple occurences of -framework from Libs command-line causing link error (thanks Samuel Vinson for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pkgconfig.py

    r4069 r4246  
    164164                if REMOVE_THESE.count(opt) != 0: 
    165165                        continue 
    166                 if filtered_opts.count(opt) != 0: 
     166                if opt != '-framework' and opt != '--framework' and filtered_opts.count(opt) != 0: 
    167167                        continue 
    168168                filtered_opts.append(opt) 
Note: See TracChangeset for help on using the changeset viewer.