mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 19:51:45 +02:00
Fix hang on exit when using platform.restart
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user