Fix ghactions build

This linker flag removes a warning on my machine instead of breaking the build.
This commit is contained in:
Tamás Bálint Misius 2021-02-08 13:24:53 +01:00
parent 3056b86780
commit dc03808313
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -135,9 +135,6 @@ 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'