[JS] fix the include path issue

This commit is contained in:
Bernard Xiong
2014-02-25 13:43:59 +08:00
parent 213f47e380
commit 3d80e414ff
3 changed files with 8 additions and 12 deletions
-5
View File
@@ -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):