Merge pull request #34 from TheEvilSkeleton/build-warning

Fix build warning
This commit is contained in:
heliguy4599
2023-10-04 20:22:30 -04:00
committed by GitHub

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)