Skip to content

Commit

Permalink
efibuild: Replaced GCC5 toolchain with GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailKrichanov committed Jul 7, 2023
1 parent 2620958 commit a251df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ if [ "${TOOLCHAINS[*]}" = "" ]; then
elif [ "$(unamer)" = "Windows" ]; then
TOOLCHAINS=('VS2019')
else
TOOLCHAINS=('CLANGPDB' 'GCC5')
TOOLCHAINS=('CLANGPDB' 'GCC')
fi
fi

Expand Down

0 comments on commit a251df5

Please sign in to comment.