🎨 Per app arch support

This commit is contained in:
Nikhil Badyal
2023-08-05 17:49:40 +05:30
parent f419e0e36f
commit b93b8a915d
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class Parser(object):
if self._PATCHES:
args.extend(self._PATCHES)
if app.app_name in self.config.rip_libs_apps:
excluded = set(possible_archs) - set(self.config.archs_to_build)
excluded = set(possible_archs) - set(app.archs_to_build)
for arch in excluded:
args.append("--rip-lib")
args.append(arch)