We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a58808 commit 82b53a3Copy full SHA for 82b53a3
1 file changed
meson.build
@@ -69,13 +69,15 @@ if pyprojectwheelbuild_enabled
69
)
70
71
if host_machine.system() == 'windows'
72
+ message('WINDOWS COSTRUZIONE')
73
meson.override_find_program('ar', find_program('llvm-lib', required: true))
74
# also tell Meson to use MSVC-compatible static library
75
ancillary_lib = library(
76
'@0@-ancillary'.format(meson.project_name()),
77
sources: srcs_ancillary_lib,
78
version: meson.project_version(),
79
dependencies: [],
80
+ shared: false,
81
install: false,
82
override_options: ['b_vscrt=md', 'default_library=static', 'vs_library_format=lib']
83
0 commit comments