mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
update rtconfig.h and SConstruct
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1424 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -343,8 +343,10 @@ def DefineGroup(name, src, depend, **parameters):
|
||||
if group.has_key('LINKFLAGS'):
|
||||
Env.Append(LINKFLAGS = group['LINKFLAGS'])
|
||||
|
||||
objs = Env.Object(group['src'])
|
||||
objs = Env.Library(name, objs)
|
||||
objs = Env.Object(group['src'])
|
||||
|
||||
if group.has_key('LIBRARY'):
|
||||
objs = Env.Library(name, objs)
|
||||
|
||||
return objs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user