Skip to content

Commit 784a4b8

Browse files
committed
suggestion
1 parent d0cab51 commit 784a4b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ if cc.get_id() == 'msvc'
121121
# add_project_arguments('/Zc:preprocessor', language: 'c')
122122
if get_option('static_runtime')
123123
add_project_arguments('/MT', language: 'c')
124+
add_project_link_arguments(['/NODEFAULTLIB:MSVCRTD'], language: 'c')
124125
endif
125126
endif
126127

0 commit comments

Comments
 (0)