summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig.py b/pkgconfig.py
index 496e311b..300045fa 100644
--- a/pkgconfig.py
+++ b/pkgconfig.py
@@ -163,7 +163,7 @@ if __name__ == "__main__":
continue
if REMOVE_THESE.count(opt) != 0:
continue
- if filtered_opts.count(opt) != 0:
+ if opt != '-framework' and opt != '--framework' and filtered_opts.count(opt) != 0:
continue
filtered_opts.append(opt)