Fixes for python 3.9

This commit is contained in:
Jeremy Soller
2021-05-12 09:27:20 -06:00
committed by Jeremy Soller
parent 0905c82add
commit 4328777136
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ BUILD_TYPE=RELEASE
#BUILD_TYPE=DEBUG
TOOLCHAIN=GCC5
# Force use of python3
export PYTHON_COMMAND=python3
pushd edk2 >/dev/null
make -C BaseTools --jobs="$(nproc)"
source edksetup.sh --reconfig