Skip to content

Commit f25fbdf

Browse files
committed
Clean up meson.build
1 parent 297eb56 commit f25fbdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ if pyprojectwheelbuild_enabled
6868
'src/example_fgen_basic/runtime_helpers.py',
6969
)
7070

71+
# The ancillary library,
72+
# i.e. all the stuff for wrapping that isn't directly exposed to Python.
7173
ancillary_lib = library(
7274
'@0@-ancillary'.format(meson.project_name()),
7375
sources: srcs_ancillary_lib,

0 commit comments

Comments
 (0)