summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Haas <nand@localhost.localdomain>2019-12-24 12:22:36 +0100
committerNiklas Haas <nand@localhost.localdomain>2019-12-24 12:22:36 +0100
commitf868052872a1ce2aba9c3237263b804d7580528e (patch)
treec035d92267941833bf74ea7af2e64bbdc7baa288
parent2636bbbf330ada736da697133e11d79b84e5134f (diff)
downloadmpv-f868052872a1ce2aba9c3237263b804d7580528e.tar.bz2
mpv-f868052872a1ce2aba9c3237263b804d7580528e.tar.xz
build: force bootstrap.py to use python3
The script fails running successfully with python2.
-rwxr-xr-xbootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 9df0761df6..93d362c791 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# This script simply downloads waf to the current directory