mirror of https://github.com/mpv-player/mpv
build: force bootstrap.py to use python3
The script fails running successfully with python2.
This commit is contained in:
parent
2636bbbf33
commit
f868052872
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# This script simply downloads waf to the current directory
|
||||
|
||||
|
|
Loading…
Reference in New Issue