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
1 changed files with 1 additions and 1 deletions

View File

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