--- a/numpy/meson.build +++ b/numpy/meson.build @@ -14,7 +14,7 @@ if is_mingw # For mingw-w64, link statically against the UCRT. - gcc_link_args = ['-lucrt', '-static'] + gcc_link_args = [] add_project_link_arguments(gcc_link_args, language: ['c', 'cpp']) # Force gcc to float64 long doubles for compatibility with MSVC # builds, for C only.