Skip to content

Commit

Permalink
Add /MD
Browse files Browse the repository at this point in the history
  • Loading branch information
xtyxtyx committed Nov 7, 2024
1 parent 8866b06 commit 5e34004
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 @@ -83,7 +83,7 @@ def main():
elif 'windows' == target:
args += [
'skia_use_direct3d=true',
'extra_cflags=["-DSK_FONT_HOST_USE_SYSTEM_SETTINGS"]',
'extra_cflags=["-DSK_FONT_HOST_USE_SYSTEM_SETTINGS", "/MD"]',
]
elif 'android' == target:
args += [
Expand Down

0 comments on commit 5e34004

Please sign in to comment.