We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
path()
1 parent ba7d00a commit 26928a2Copy full SHA for 26928a2
src/diffuse/meson.build
@@ -4,7 +4,7 @@ moduledir = join_paths(pkgdatadir, 'diffuse')
4
python = import('python')
5
6
conf = configuration_data()
7
-conf.set('PYTHON', python.find_installation('python3').path())
+conf.set('PYTHON', python.find_installation('python3').full_path())
8
conf.set('VERSION', meson.project_version())
9
conf.set('PKGDATADIR', pkgdatadir)
10
conf.set('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
0 commit comments