Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseTools: GenMake: Fix missing logs from GenMake.py (#195)
* 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. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? * Tested by adding EdkLogger.error and EdkLogger.quiet prints to GenMake.py and verified the output in the platform build log. N/A
- Loading branch information