projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9794d2
)
meson: find python3 via python3 module
author
Tim-Philipp Müller
<tim@centricular.com>
Fri, 7 Jul 2017 11:27:16 +0000
(12:27 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Fri, 7 Jul 2017 11:27:16 +0000
(12:27 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=783198
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 3dd9a8e89a6e97528b1fad295b21c57813521d24..f7bb17d75efd957f22bf5dfc9b8dfeabcd983194 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-147,5
+147,5
@@
else
endif
endif
-python3 =
find_program('python3'
)
+python3 =
import('python3').find_python(
)
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')