BaseTools: GenMake: FIx missing logs from GenMake.py

EdkLogger logs were not showing up as part of the build log output.
Adding the EdkLogger import to GenMake.py fixes the missing log prints.

Signed-off-by: Kenneth Lautner <kenlautner3@gmail.com>
This commit is contained in:
Ken Lautner 2024-08-23 19:03:27 -07:00 committed by mergify[bot]
parent 91853ca6a5
commit 50871ee0ec

View File

@ -14,6 +14,7 @@ import sys
import string
import re
import os.path as path
from Common import EdkLogger
from Common.LongFilePathSupport import OpenLongFilePath as open
from Common.MultipleWorkspace import MultipleWorkspace as mws
from Common.BuildToolError import *