Changeset 4246 for pjproject/trunk/pkgconfig.py
- Timestamp:
- Sep 6, 2012 9:38:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pkgconfig.py
r4069 r4246 164 164 if REMOVE_THESE.count(opt) != 0: 165 165 continue 166 if filtered_opts.count(opt) != 0:166 if opt != '-framework' and opt != '--framework' and filtered_opts.count(opt) != 0: 167 167 continue 168 168 filtered_opts.append(opt)
Note: See TracChangeset
for help on using the changeset viewer.