Skip to content

Commit

Permalink
Uses python3 for build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommie committed Dec 23, 2023
1 parent 9da97be commit c6e47ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import platform
import os
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion deps/upgrade_v8.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import urllib.request
import sys
Expand Down

0 comments on commit c6e47ac

Please sign in to comment.