Skip to content

Commit 82b53a3

Browse files
committed
mimicking Scipy:7 (attempt to use *.lib)
1 parent 5a58808 commit 82b53a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

meson.build

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

7171
if host_machine.system() == 'windows'
72+
message('WINDOWS COSTRUZIONE')
7273
meson.override_find_program('ar', find_program('llvm-lib', required: true))
7374
# also tell Meson to use MSVC-compatible static library
7475
ancillary_lib = library(
7576
'@0@-ancillary'.format(meson.project_name()),
7677
sources: srcs_ancillary_lib,
7778
version: meson.project_version(),
7879
dependencies: [],
80+
shared: false,
7981
install: false,
8082
override_options: ['b_vscrt=md', 'default_library=static', 'vs_library_format=lib']
8183
)

0 commit comments

Comments
 (0)