Select Git revision
SConstruct 8.83 KiB
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.