12 lines
359 B
Diff
12 lines
359 B
Diff
--- 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.
|