Skip to content
Snippets Groups Projects
Commit 4e90abce authored by Thomas Guillem's avatar Thomas Guillem Committed by Hugo Beauzée-Luyssen
Browse files

extra/tools: ninja: force python3

It seems that python3 is already specified in all the VLC
contribs/tools.

Fixes build on systems not having a shortcut python -> python3 (macOS
for example).
parent e759db90
No related branches found
No related tags found
Loading
Pipeline #203571 passed with stage
in 15 minutes and 59 seconds
......@@ -402,7 +402,7 @@ ninja: ninja-$(NINJA_VERSION).tar.gz
$(MOVE)
.buildninja: ninja
(cd $<; ./configure.py --bootstrap && mv ninja $(PREFIX)/bin/)
(cd $<; python3 ./configure.py --bootstrap && mv ninja $(PREFIX)/bin/)
touch $@
CLEAN_PKG += ninja
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment