mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
[JS] fix the include path issue
This commit is contained in:
@@ -284,11 +284,6 @@ def MergeGroup(src_group, group):
|
||||
else:
|
||||
src_group['LIBPATH'] = group['LIBPATH']
|
||||
|
||||
if src_group.has_key('LIBS'):
|
||||
print src_group['LIBS']
|
||||
if src_group.has_key('LIBS'):
|
||||
print src_group['LIBPATH']
|
||||
|
||||
def DefineGroup(name, src, depend, **parameters):
|
||||
global Env
|
||||
if not GetDepend(depend):
|
||||
|
||||
Reference in New Issue
Block a user