Fix build warning

This commit is contained in:
Hari Rana
2023-10-04 20:05:33 -04:00
parent 7ec5a8df2d
commit d56b2a192d

View File

@@ -25,7 +25,7 @@ gnome.compile_resources('warehouse',
python = import('python')
conf = configuration_data()
conf.set('PYTHON', python.find_installation('python3').path())
conf.set('PYTHON', python.find_installation('python3').full_path())
conf.set('VERSION', meson.project_version())
conf.set('localedir', join_paths(get_option('prefix'), get_option('localedir')))
conf.set('pkgdatadir', pkgdatadir)