Skip to content

Commit

Permalink
waf: use python3 even if /usr/bin/python is v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed May 6, 2023
1 parent ce703cb commit 3371296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion waf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from __future__ import print_function
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# encoding: utf-8

from __future__ import print_function
Expand Down

0 comments on commit 3371296

Please sign in to comment.