12 lines
467 B
Diff
12 lines
467 B
Diff
--- scipy-1.9.0/scipy/meson.build.orig 1970-01-01 01:00:00.000000000 +0100
|
|
+++ scipy-1.9.0/scipy/meson.build 2022-07-31 06:01:59.692369600 +0200
|
|
@@ -5,7 +5,7 @@
|
|
cython_c_args = []
|
|
if is_windows
|
|
# For mingw-w64, link statically against the UCRT.
|
|
- gcc_link_args = ['-lucrt', '-static']
|
|
+ gcc_link_args = []
|
|
if is_mingw
|
|
add_global_link_arguments(gcc_link_args, language: ['c', 'cpp'])
|
|
# Force gcc to float64 long doubles for compatibility with MSVC
|