Skip to content
Snippets Groups Projects
Select Git revision
  • testing
1 result

SConstruct

Blame
  • user avatar
    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
    SConstruct 8.83 KiB