0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02: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