mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 05:04:10 +08:00
[Tools] Add useconfig option for scons.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ def mk_rtconfig(filename):
|
||||
try:
|
||||
config = file(filename)
|
||||
except:
|
||||
print 'open .config failed'
|
||||
print('open config:%s failed' % filename)
|
||||
return
|
||||
|
||||
rtconfig = file('rtconfig.h', 'w')
|
||||
|
||||
Reference in New Issue
Block a user