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:
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
Block a user