summarylogtreecommitdiffstats
path: root/scons.patch
diff options
context:
space:
mode:
Diffstat (limited to 'scons.patch')
-rw-r--r--scons.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/scons.patch b/scons.patch
new file mode 100644
index 000000000000..db51f6bb35d4
--- /dev/null
+++ b/scons.patch
@@ -0,0 +1,12 @@
+diff --unified --recursive --text fatattr-git/SConstruct fatattr-git.new/SConstruct
+--- fatattr-git/SConstruct 2021-06-23 15:01:11.901818255 +0200
++++ fatattr-git.new/SConstruct 2021-06-23 15:02:16.761816121 +0200
+@@ -69,7 +69,7 @@
+ print("%s => '%s'" % (name, varlist[name]))
+ if V_PRINTENV > 1:
+ print("Dumping SCons environment...")
+- print env.Dump()
++ print(env.Dump())
+ exit(0)
+
+ dosfs_o = env.Object(V_DOSFS_C)