Skip to content

Commit

Permalink
meson: Fix usage of deprecated ExternalProgram API
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Apr 23, 2024
1 parent 0c52824 commit 9bdc97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ scripts = [
]

common_cdata = configuration_data()
common_cdata.set('PYTHON', python.path())
common_cdata.set('PYTHON', python.full_path())
common_cdata.set('pythondir', python.get_install_dir())

foreach s : scripts
Expand Down

0 comments on commit 9bdc97e

Please sign in to comment.