mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 19:00:33 +02:00
Fix ghactions build
This linker flag removes a warning on my machine instead of breaking the build.
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user