diff --git a/pmb/build/autodetect.py b/pmb/build/autodetect.py index ea607041..2d1c1fd1 100644 --- a/pmb/build/autodetect.py +++ b/pmb/build/autodetect.py @@ -57,8 +57,6 @@ def crosscompile(args, apkbuild, arch, suffix): """ if not args.cross: return None - if apkbuild["pkgname"].endswith("-repack"): - return None if not pmb.parse.arch.cpu_emulation_required(args, arch): return None if suffix == "native":