Fix hang on exit when using platform.restart

This commit is contained in:
Tamás Bálint Misius
2021-02-08 10:55:17 +01:00
parent c1d7fc47f6
commit 3056b86780
2 changed files with 20 additions and 1 deletions

View File

@@ -135,6 +135,9 @@ if copt_msvc
args_msvc_opt = [ '/Oy-', '/fp:fast' ]
project_c_args += args_msvc_opt
project_cpp_args += args_msvc_opt
project_link_args += [
'/NODEFAULTLIB:LIBCMT',
]
endif
else
if copt_platform == 'mac'