mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
meson: use new 'python' module instead of deprecated
https://github.com/mesonbuild/meson/pull/4169
This commit is contained in:
parent
85c484a510
commit
1b9ed134d1
1 changed files with 1 additions and 1 deletions
|
@ -401,5 +401,5 @@ endif
|
|||
# Use core_conf after all subdirs have set values
|
||||
configure_file(output : 'config.h', configuration : core_conf)
|
||||
|
||||
python3 = import('python3').find_python()
|
||||
python3 = import('python').find_installation()
|
||||
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')
|
||||
|
|
Loading…
Reference in a new issue