[vlc-commits] [Git][videolan/vlc][3.0.x] extra/tools: ninja: force python3

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Fri Mar 25 17:01:31 UTC 2022



Hugo Beauzée-Luyssen pushed to branch 3.0.x at VideoLAN / VLC


Commits:
a695dc03 by Thomas Guillem at 2022-03-25T15:14:08+00:00
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).

(cherry picked from commit 4e90abceb4f2a83fcf4817ef411efee80d35d015)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

- - - - -


1 changed file:

- extras/tools/tools.mak


Changes:

=====================================
extras/tools/tools.mak
=====================================
@@ -414,7 +414,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



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a695dc030bbe886d486d21dd376d29153ed491eb

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a695dc030bbe886d486d21dd376d29153ed491eb
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list