We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2355737 commit 1853c72Copy full SHA for 1853c72
meson.build
@@ -8,7 +8,7 @@ project(
8
meson_version: '>=1.3.0',
9
default_options: [
10
'buildtype=debugoptimized',
11
- 'default_library=both',
+ 'default_library=static',
12
],
13
)
14
@@ -95,7 +95,6 @@ if pyprojectwheelbuild_enabled
95
# any other dependencies which aren't in source e.g. fgen-core
96
# e.g. dependencies: [fgen_core_dep],
97
install: false,
98
- override_options: ['default_library=static'],
99
100
101
ancillary_dep = declare_dependency(link_with: ancillary_lib)
0 commit comments