We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdb677 commit e3ec86bCopy full SHA for e3ec86b
1 file changed
scripts/_build/edk2.sh
@@ -19,6 +19,8 @@ TOOLCHAIN=GCC5
19
export PYTHON_COMMAND=python3
20
21
pushd edk2 >/dev/null
22
+ rm -rf Build/
23
+
24
make -C BaseTools --jobs="$(nproc)"
25
source edksetup.sh --reconfig
26
0 commit comments