Skip to content

Commit

Permalink
Update firstrun.sh
Browse files Browse the repository at this point in the history
Fix underlying compilation issues with BaseTools
  • Loading branch information
sunflower2333 authored Jun 14, 2021
1 parent f436d0f commit 5ab487c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firstrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
# https://github.com/tianocore/tianocore.github.io/wiki/Using-EDK-II-with-Native-GCC#Install_required_software_from_apt
set -e
. build_common.sh
make -C ../edk2/BaseTools BUILD_CFLAGS=-W
make -C ../edk2/BaseTools
# BUILD_CFLAGS=-W

0 comments on commit 5ab487c

Please sign in to comment.