mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 23:12:42 +00:00
meson: find python3 via python3 module
https://bugzilla.gnome.org/show_bug.cgi?id=783198
This commit is contained in:
parent
edd789cfb7
commit
b6cd37f142
1 changed files with 1 additions and 1 deletions
|
@ -112,5 +112,5 @@ endif
|
||||||
|
|
||||||
subdir('validate')
|
subdir('validate')
|
||||||
|
|
||||||
python3 = find_program('python3')
|
python3 = import('python3').find_python()
|
||||||
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/multi-pre-commit.hook", ".git/hooks/pre-commit")')
|
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/multi-pre-commit.hook", ".git/hooks/pre-commit")')
|
||||||
|
|
Loading…
Reference in a new issue