Skip to content

Commit 8cae1f6

Browse files
authored
Merge pull request #2771 from SomberNight/202303_fix_liblink
fix tools/liblink: syntax error
2 parents f7ba012 + 63005b4 commit 8cae1f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/tools/liblink

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ while i < len(sys.argv):
3535

3636
if opt.startswith(
3737
("-I", "-isystem", "-m", "-f", "-O", "-g", "-D", "-R")):
38+
continue
3839

3940
if opt.startswith("-"):
4041
print(sys.argv)

0 commit comments

Comments
 (0)