summaryrefslogtreecommitdiffstats
path: root/source/x/vulkan-sdk/shaderc-2023.8.python3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/vulkan-sdk/shaderc-2023.8.python3.patch')
-rw-r--r--source/x/vulkan-sdk/shaderc-2023.8.python3.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/source/x/vulkan-sdk/shaderc-2023.8.python3.patch b/source/x/vulkan-sdk/shaderc-2023.8.python3.patch
new file mode 100644
index 000000000..263788ef0
--- /dev/null
+++ b/source/x/vulkan-sdk/shaderc-2023.8.python3.patch
@@ -0,0 +1,24 @@
+--- ./utils/update_build_version.py.orig 2024-01-03 11:45:00.000000000 -0600
++++ ./utils/update_build_version.py 2024-02-03 13:48:45.412743279 -0600
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+
+ # Copyright 2016 The Shaderc Authors. All rights reserved.
+ #
+--- ./utils/add_copyright.py.orig 2024-01-03 11:45:00.000000000 -0600
++++ ./utils/add_copyright.py 2024-02-03 13:48:14.417742586 -0600
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # Copyright 2015 The Shaderc Authors. All rights reserved.
+ #
+ # Licensed under the Apache License, Version 2.0 (the "License");
+--- ./utils/remove-file-by-suffix.py.orig 2024-01-03 11:45:00.000000000 -0600
++++ ./utils/remove-file-by-suffix.py 2024-02-03 13:48:31.279742963 -0600
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+
+ # Copyright 2015 The Shaderc Authors. All rights reserved.
+ #