Thank you for fixing this issue.
Reviewed-by: Bob Feng
-Original Message-
From: Jake Garver
Sent: Tuesday, December 20, 2022 9:14 PM
To: devel@edk2.groups.io
Cc: jbra...@nvidia.com; ashishsin...@nvidia.com; Feng, Bob C
; Gao, Liming ; Chen, Christine
; Jake Garver
Subject: [PATCH] B
When checking the version in DevicePath's Makefile, use BUILD_CC instead
of assuming "gcc". BUILD_CC is set in header.makefile and is the
compiler that will actually be used to build DevicePath. It defaults to
"gcc", but may be overridden.
Signed-off-by: Jake Garver
---
BaseTools/Source/C/Devi