diff --git a/pmb/build/_package.py b/pmb/build/_package.py index 86b577e9..0ad7fb0d 100644 --- a/pmb/build/_package.py +++ b/pmb/build/_package.py @@ -705,7 +705,11 @@ def packages( pmb.chroot.apk.install(depends_build, chroot, build=False) # Build and finish up - logging.info(f"@YELLOW@=>@END@ @BLUE@{channel}/{pkg['name']}@END@: Building package") + msg = f"@YELLOW@=>@END@ @BLUE@{channel}/{pkg['name']}@END@: Building package" + if cross != "unnecessary": + msg += f" (cross compiling: {cross})" + logging.info(msg) + try: run_abuild( context,