toolchain: fix filtered_archs issue
This commit is contained in:
parent
c9fd9b9c96
commit
6aed3da309
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ class Recipe(object):
|
|||
if self.include_per_arch:
|
||||
archs = self.ctx.archs
|
||||
else:
|
||||
archs = self.filtered_archs[0]
|
||||
archs = self.filtered_archs[:1]
|
||||
|
||||
include_dirs = self.include_dir
|
||||
if not isinstance(include_dirs, (list, tuple)):
|
||||
|
|
Loading…
Reference in a new issue