Skip to content

Commit

Permalink
Merge pull request #2771 from SomberNight/202303_fix_liblink
Browse files Browse the repository at this point in the history
fix tools/liblink: syntax error
  • Loading branch information
AndreMiras authored Mar 31, 2023
2 parents f7ba012 + 63005b4 commit 8cae1f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pythonforandroid/tools/liblink
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ while i < len(sys.argv):

if opt.startswith(
("-I", "-isystem", "-m", "-f", "-O", "-g", "-D", "-R")):
continue

if opt.startswith("-"):
print(sys.argv)
Expand Down

0 comments on commit 8cae1f6

Please sign in to comment.