logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

vdrift-2014.10.20-sconscript.patch (341B)


  1. --- ./src/SConscript.orig 2014-09-04 16:06:21.000000000 -0400
  2. +++ ./src/SConscript 2017-10-15 11:22:06.536446627 -0400
  3. @@ -151,7 +151,7 @@ src = Split("""
  4. utils.cpp
  5. window.cpp""")
  6. -src.sort(lambda x, y: cmp(x.lower(),y.lower()))
  7. +src.sort(key=lambda x: x.lower())
  8. #------------------------#
  9. # Copy Build Environment #