We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c93f8 commit ae2cd93Copy full SHA for ae2cd93
1 file changed
pythonforandroid/tools/liblink
@@ -34,7 +34,7 @@ while i < len(sys.argv):
34
i += 1
35
continue
36
37
- if opt.startswith("-I"):
+ if opt.startswith("-I") or opt.startswith('-isystem'):
38
39
40
if opt.startswith("-m"):
0 commit comments