diff --git a/edk2 b/edk2 index 7b5e832..e0e9606 160000 --- a/edk2 +++ b/edk2 @@ -1 +1 @@ -Subproject commit 7b5e832086571063616461028b839f239998c9d0 +Subproject commit e0e960652302152d77ee23a916ee57c09c975259 diff --git a/scripts/_build/edk2.sh b/scripts/_build/edk2.sh index e27d0c3..2849924 100755 --- a/scripts/_build/edk2.sh +++ b/scripts/_build/edk2.sh @@ -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