summarylogtreecommitdiffstats
path: root/scons-v4.2.0.patch
diff options
context:
space:
mode:
authorxiota2024-04-05 06:57:42 +0000
committerxiota2024-04-05 06:57:42 +0000
commit94740884fcea523a27cab680ad4b3ae012f3a9b4 (patch)
tree574f0f0f915ea9ed15ebf7bef7e32536d5a974c6 /scons-v4.2.0.patch
parentba0191cd1a486c57f8135b2cf5e1a14d0a6d5c0e (diff)
downloadaur-xboxdrv.tar.gz
0.8.9
Diffstat (limited to 'scons-v4.2.0.patch')
-rw-r--r--scons-v4.2.0.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/scons-v4.2.0.patch b/scons-v4.2.0.patch
deleted file mode 100644
index 04b05e8d6ffc..000000000000
--- a/scons-v4.2.0.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/SConstruct 2021-10-31 20:42:44.232084185 -0400
-+++ b/SConstruct 2021-10-31 20:42:54.063024444 -0400
-@@ -36,7 +36,7 @@
- with open(target[0].get_path(), "w") as fout:
- fout.write("// autogenerated by scons Bin2H builder, do not edit by hand!\n\n")
-
-- if env.has_key("BIN2H_NAMESPACE"):
-+ if "BIN2H_NAMESPACE" in env:
- fout.write("namespace %s {\n\n" % env["BIN2H_NAMESPACE"])
-
- # write down data
-@@ -62,7 +62,7 @@
- for src in source], ",\n"))
- fout.write("\n}\n\n")
-
-- if env.has_key("BIN2H_NAMESPACE"):
-+ if "BIN2H_NAMESPACE" in env:
- fout.write("} // namespace %s\n\n" % env["BIN2H_NAMESPACE"])
-
- fout.write("/* EOF */\n")