Skip to content

Commit 381fb50

Browse files
committed
meson: Install libxml2.py
Apparently, nobody has ever tried to use the Python bindings built with Meson.
1 parent 15a4892 commit 381fb50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ if py.found() == true
2020
'libxml2class.txt',
2121
],
2222
command: [py, '@INPUT@', meson.current_build_dir()],
23+
install: true,
24+
install_dir: [ false, false, false, py.get_install_dir(), false ],
2325
)
2426
pygenerated_dep = declare_dependency(
2527
sources : [pygenerated[0]],

0 commit comments

Comments
 (0)