1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 00:02:13 +00:00

build: force bootstrap.py to use python3

The script fails running successfully with python2.
This commit is contained in:
Niklas Haas 2019-12-24 12:22:36 +01:00
parent 2636bbbf33
commit f868052872

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# This script simply downloads waf to the current directory