Home | History | Annotate | Download | only in tools

Lines Matching refs:reqs

1268     reqs = [ ]
1270 reqs += root.GetBuildRequirements(path, context)
1271 reqs = list(set(reqs))
1272 if len(reqs) > 0:
1275 if not BuildRequirements(context, reqs, options.mode, options.scons_flags):