Home | History | Annotate | Download | only in tools

Lines Matching full:reqs

1388     reqs = [ ]
1390 reqs += root.GetBuildRequirements(path, context)
1391 reqs = list(set(reqs))
1392 if len(reqs) > 0:
1395 if not BuildRequirements(context, reqs, options.mode, options.scons_flags):