Skip to content

Commit

Permalink
🐛 set variable install_dependencies in meson
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 28, 2024
1 parent f6faa33 commit a591db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ configure_file(
output: 'PKG-INFO',
)
deps = run_command(python, '-c', install_dependencies, check: true).stdout().strip().split('$$')
set_variable('install_dependencies', install_dependencies)
meson.add_postconf_script(pip, 'install', deps)
meson.add_dist_script(pip, 'install', 'tomli>=2.0.0')
meson.add_dist_script(python, '-c', meson_dist_setuptools_scm)
Expand Down

0 comments on commit a591db2

Please sign in to comment.