Skip to content

Commit 1a21be5

Browse files
committed
CI change attempt:6
1 parent 1853c72 commit 1a21be5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

meson.build

Lines changed: 2 additions & 1 deletion
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=static',
11+
'default_library=both',
1212
],
1313
)
1414

@@ -141,6 +141,7 @@ if pyprojectwheelbuild_enabled
141141
dependencies : [ancillary_dep],
142142
# # If you need other deps, add them here too e.g.
143143
# dependencies : [ancillary_dep, fgen_core_dep],
144+
link_args: ['-static-libgcc', '-static-libgfortran'],
144145
install: true,
145146
subdir: python_project_name,
146147
)

0 commit comments

Comments
 (0)