update SConscript: support scons 3.

This commit is contained in:
aozima
2018-02-06 20:07:28 +08:00
parent e20fb2f5b2
commit 19433e0cf5
57 changed files with 172 additions and 172 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc'
EXEC_PATH = r'C:\Program Files\CodeSourcery\Sourcery G++ Lite For MIPS ELF\bin'
else:
print '================ERROR============================'
print 'Not support %s yet!' % CROSS_TOOL
print '================================================='
print('================ERROR============================')
print('Not support %s yet!' % CROSS_TOOL)
print('=================================================')
exit(0)
if os.getenv('RTT_EXEC_PATH'):