Skip to content

Commit

Permalink
Merge "Replace ' literal with "" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Sep 7, 2023
2 parents 8462753 + 9782735 commit cffeef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk/crtobjectbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get_build_cmd(
if abi == Abi("arm64-v8a"):
args.append("-mbranch-protection=standard")

if dst.name == 'crtbegin_static.o':
if dst.name == "crtbegin_static.o":
args.append("-DCRTBEGIN_STATIC")

return args
Expand Down

0 comments on commit cffeef7

Please sign in to comment.