summarylogtreecommitdiffstats
path: root/vdrift-sconscript.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vdrift-sconscript.patch')
-rw-r--r--vdrift-sconscript.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/vdrift-sconscript.patch b/vdrift-sconscript.patch
new file mode 100644
index 000000000000..b0ac4d326532
--- /dev/null
+++ b/vdrift-sconscript.patch
@@ -0,0 +1,11 @@
+--- ./src/SConscript.orig 2014-09-04 16:06:21.000000000 -0400
++++ ./src/SConscript 2017-10-15 11:22:06.536446627 -0400
+@@ -151,7 +151,7 @@ src = Split("""
+ utils.cpp
+ window.cpp""")
+
+-src.sort(lambda x, y: cmp(x.lower(),y.lower()))
++src.sort(key=lambda x: x.lower())
+
+ #------------------------#
+ # Copy Build Environment #