Browse Source

waf: use Python from environment

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

2
waf vendored

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

Loading…
Cancel
Save