Skip to content

Commit 75bf3ef

Browse files
committed
mimicking Scipy:9 (attempt to use *.lib)
1 parent 82b53a3 commit 75bf3ef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,13 @@ if pyprojectwheelbuild_enabled
6969
)
7070

7171
if host_machine.system() == 'windows'
72-
message('WINDOWS COSTRUZIONE')
7372
meson.override_find_program('ar', find_program('llvm-lib', required: true))
7473
# also tell Meson to use MSVC-compatible static library
7574
ancillary_lib = library(
7675
'@0@-ancillary'.format(meson.project_name()),
7776
sources: srcs_ancillary_lib,
7877
version: meson.project_version(),
7978
dependencies: [],
80-
shared: false,
8179
install: false,
8280
override_options: ['b_vscrt=md', 'default_library=static', 'vs_library_format=lib']
8381
)

0 commit comments

Comments
 (0)