Fixes for python 3.9
This commit is contained in:
committed by
Jeremy Soller
parent
0905c82add
commit
4328777136
2
edk2
2
edk2
Submodule edk2 updated: 7b5e832086...e0e9606523
@@ -15,6 +15,9 @@ BUILD_TYPE=RELEASE
|
|||||||
#BUILD_TYPE=DEBUG
|
#BUILD_TYPE=DEBUG
|
||||||
TOOLCHAIN=GCC5
|
TOOLCHAIN=GCC5
|
||||||
|
|
||||||
|
# Force use of python3
|
||||||
|
export PYTHON_COMMAND=python3
|
||||||
|
|
||||||
pushd edk2 >/dev/null
|
pushd edk2 >/dev/null
|
||||||
make -C BaseTools --jobs="$(nproc)"
|
make -C BaseTools --jobs="$(nproc)"
|
||||||
source edksetup.sh --reconfig
|
source edksetup.sh --reconfig
|
||||||
|
Reference in New Issue
Block a user