mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
12 lines
394 B
Diff
12 lines
394 B
Diff
--- a/src/meson.build
|
|
+++ b/src/meson.build
|
|
@@ -101,7 +101,7 @@
|
|
identfilter_py = join_paths(meson.current_source_dir(), 'identfilter.py')
|
|
|
|
gir_extra_args = [
|
|
- '--identifier-filter-cmd=@0@ @1@'.format(python.full_path(), identfilter_py),
|
|
+ '--identifier-filter-cmd=@0@ @1@'.format('@PYTHON_WRAPPER@', identfilter_py),
|
|
'--accept-unprefixed',
|
|
'--quiet',
|
|
'--warn-all',
|