mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-24 03:39:51 +00:00
Merge pull request #2888 from mrpippy/python3
Explicitly use Python 3 for scripts
This commit is contained in:
commit
90d4bd05cd
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (c) 2020 Google Inc.
|
||||
#
|
||||
|
4
gen_extension_headers.py
Normal file → Executable file
4
gen_extension_headers.py
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (c) 2020 Google Inc.
|
||||
#
|
||||
@ -95,4 +95,4 @@ def main():
|
||||
generate_main(glsl_files, output_file)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright 2017 The Glslang Authors. All rights reserved.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user