Skip to content

Commit 25555a7

Browse files
committed
Explicitly use Python 3 for scripts
1 parent b7ba87b commit 25555a7

3 files changed

+4
-4
lines changed

build_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
# Copyright (c) 2020 Google Inc.
44
#

gen_extension_headers.py

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
# Copyright (c) 2020 Google Inc.
44
#
@@ -95,4 +95,4 @@ def main():
9595
generate_main(glsl_files, output_file)
9696

9797
if __name__ == '__main__':
98-
main()
98+
main()

update_glslang_sources.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
# Copyright 2017 The Glslang Authors. All rights reserved.
44
#

0 commit comments

Comments
 (0)