Skip to content

Commit

Permalink
Merge pull request #3 from TheEvilSkeleton/warning
Browse files Browse the repository at this point in the history
Fix build warning
  • Loading branch information
Nokse22 authored Aug 25, 2023
2 parents 3b5d559 + a246df1 commit 10813ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gnome.compile_resources('ascii-draw',
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)
Expand Down

0 comments on commit 10813ff

Please sign in to comment.