Skip to content

Commit 1853c72

Browse files
committed
CI change attempt:5
1 parent 2355737 commit 1853c72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(
88
meson_version: '>=1.3.0',
99
default_options: [
1010
'buildtype=debugoptimized',
11-
'default_library=both',
11+
'default_library=static',
1212
],
1313
)
1414

@@ -95,7 +95,6 @@ if pyprojectwheelbuild_enabled
9595
# any other dependencies which aren't in source e.g. fgen-core
9696
# e.g. dependencies: [fgen_core_dep],
9797
install: false,
98-
override_options: ['default_library=static'],
9998
)
10099

101100
ancillary_dep = declare_dependency(link_with: ancillary_lib)

0 commit comments

Comments
 (0)