mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 02:06:14 +08:00
update SConscript: support scons 3.
This commit is contained in:
@@ -12,7 +12,7 @@ src += Glob('common/chip/*.c')
|
||||
|
||||
# add for startup script
|
||||
if rtconfig.CROSS_TOOL == 'gcc':
|
||||
print "not gcc startup file"
|
||||
print("not gcc startup file")
|
||||
exit(0)
|
||||
elif rtconfig.CROSS_TOOL == 'keil':
|
||||
src += [cwd + '/common/startup/keil_startup_lpc82x.s']
|
||||
|
||||
Reference in New Issue
Block a user