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 297eb56 commit f25fbdfCopy full SHA for f25fbdf
meson.build
@@ -68,6 +68,8 @@ if pyprojectwheelbuild_enabled
68
'src/example_fgen_basic/runtime_helpers.py',
69
)
70
71
+ # The ancillary library,
72
+ # i.e. all the stuff for wrapping that isn't directly exposed to Python.
73
ancillary_lib = library(
74
'@0@-ancillary'.format(meson.project_name()),
75
sources: srcs_ancillary_lib,
0 commit comments