🐛 Rip lib only for youtube

This commit is contained in:
Nikhil Badyal
2022-10-21 12:34:21 +05:30
parent 919f939cb9
commit e93a85b9cc
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class Parser(object):
if (
self.config.build_extended
and len(self.config.archs_to_build) > 0
and app in self.config.extended_apps
and app in self.config.rip_libs_apps
):
excluded = set(possible_archs) - set(self.config.archs_to_build)
for arch in excluded: