mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-28 18:10:21 +00:00
[libcpu] Fix the build directory issue
This commit is contained in:
@@ -10,6 +10,6 @@ group = []
|
||||
list = os.listdir(cwd)
|
||||
|
||||
if rtconfig.ARCH in list:
|
||||
group = group + SConscript(os.path.join(cwd, rtconfig.ARCH, 'SConscript'))
|
||||
group = group + SConscript(os.path.join(rtconfig.ARCH, 'SConscript'))
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user