From: Andrei Pavel Date: Wed, 15 Oct 2025 08:32:58 +0000 (+0300) Subject: [#4166] Set MESON_NUM_PROCESSES for all meson calls including the one used in packaging X-Git-Tag: Kea-3.1.3~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69dec31b39c4699a9c9a1173652a8decec23c981;p=thirdparty%2Fkea.git [#4166] Set MESON_NUM_PROCESSES for all meson calls including the one used in packaging --- diff --git a/hammer.py b/hammer.py index c89681d6db..b8878ba0fc 100755 --- a/hammer.py +++ b/hammer.py @@ -3359,6 +3359,7 @@ def main(): prepare_system_cmd(args) elif args.command == "build": + os.environ['MESON_NUM_PROCESSES'] = str(args.jobs) build_cmd(args) elif args.command == "ssh":