You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
The current BaseTools aligned with edk2-stable202311 introduces the replacement of __FUNCTION__ with __func__, which causes compiler failure if the toolchain is using VS2015. It is because VS2015 doesn't support __func__. This patch reverts the change and its checker to continue the VS2015 support. Reference commit IDs from edk2 repo: b17a3a1 and c9fb11f Test command: python BuildLoader.py build xxxx -t VS2015 Signed-off-by: Vincent Chen <vincent.chen@intel.com>
27 KiB
27 KiB