From f23afed228b695dd35fbfe5319e73c51fd3a2c86 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 15 Mar 2019 09:51:41 +0100 Subject: [PATCH] Cosmetic: remove confusing init_buildenv comments (!1769) Build dependencies don't necessarily get installed for the host arch, that depends on the build method ("native" or not). --- pmb/build/_package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmb/build/_package.py b/pmb/build/_package.py index 7b4f1389..6c73dc38 100644 --- a/pmb/build/_package.py +++ b/pmb/build/_package.py @@ -197,10 +197,10 @@ def init_buildenv(args, apkbuild, arch, strict=False, force=False, cross=None, if cross == "native": depends_arch = args.arch_native - # Build dependencies (host arch) + # Build dependencies depends, built = build_depends(args, apkbuild, depends_arch, strict) - # Check if build is necessary (target arch) + # Check if build is necessary if not is_necessary_warn_depends(args, apkbuild, arch, force, built): return False