Browse Source

waf: use Python from environment

master
Francisco Ferreira 7 years ago committed by Andrew Tridgell
parent
commit
d9ad3eeab0
  1. 2
      waf

2
waf vendored

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import subprocess

Loading…
Cancel
Save