diff --git a/pmb/build/package.py b/pmb/build/package.py index 6b9be512..1a32aa98 100644 --- a/pmb/build/package.py +++ b/pmb/build/package.py @@ -53,7 +53,7 @@ def package(args, pkgname, carch, force=False, buildinfo=False, strict=False): suffix) # Skip already built versions - if not force and not pmb.build.is_necessary(args, carch, apkbuild): + if not force and not pmb.build.is_necessary(args, carch_buildenv, apkbuild): return # Initialize build environment, install/build makedepends