[vlc-commits] [Git][videolan/vlc][master] extra/tools: ninja: force python3
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Thu Mar 24 14:19:46 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
4e90abce by Thomas Guillem at 2022-03-24T13:15:55+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).
- - - - -
1 changed file:
- extras/tools/tools.mak
Changes:
=====================================
extras/tools/tools.mak
=====================================
@@ -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
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4e90abceb4f2a83fcf4817ef411efee80d35d015
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4e90abceb4f2a83fcf4817ef411efee80d35d015
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