]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the bug of --cmd-len build option
authorBob Feng <bob.c.feng@intel.com>
Fri, 24 Dec 2021 14:50:08 +0000 (22:50 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 28 Dec 2021 08:39:25 +0000 (08:39 +0000)
commite910f076ad02c80bb69cebb18d51ef6896beee0d
tree73a39ca30a029167dabebe0db6f2f9538a94e933
parent6612ff85611bc2be16dc0fd5de0e1413df88941a
BaseTools: Fix the bug of --cmd-len build option

currently the --cmd-len build option does not work.
This patch is going to fix this bug.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Yuwei Chen <yuwei.chen@intel.com>
BaseTools/Source/Python/AutoGen/AutoGenWorker.py
BaseTools/Source/Python/AutoGen/DataPipe.py