Skip to content
Snippets Groups Projects
  • Stephen A. Wood's avatar
    8daaeff8
    scons 3.0 compatibility fixes · 8daaeff8
    Stephen A. Wood authored
      scons 3.0 uses python3.  Python 3 doesn't like some things.
      1.  print statements without stuff being printed in parens
      2.  The old octal number format (Use 0o prefix instead of 0)
      3.  Tab characters in the indentation.
    8daaeff8
    History
    scons 3.0 compatibility fixes
    Stephen A. Wood authored
      scons 3.0 uses python3.  Python 3 doesn't like some things.
      1.  print statements without stuff being printed in parens
      2.  The old octal number format (Use 0o prefix instead of 0)
      3.  Tab characters in the indentation.
SConstruct 8.83 KiB