Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Feb 26, 2023
1 parent c7a2553 commit e13234f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main():
elif 'android' == system:
args += [
'skia_use_system_freetype2=false',
'ndk="'+ ndk + '"'
'ndk="' + ndk + '"'
]

out = os.path.join('out', build_type + '-' + machine)
Expand Down

0 comments on commit e13234f

Please sign in to comment.