mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Add workaround for Coverity
This commit is contained in:
parent
8f862d4fdb
commit
fd1e8c4856
@ -122,7 +122,10 @@ build_tool() {
|
||||
rm -rf dist
|
||||
mkdir -p dist || exit 1
|
||||
|
||||
build_tool UEFITool "$UEFITOOL_VER" uefitool.pro
|
||||
# FIXME: Qt is bugged and does not override CC.
|
||||
if [ "$COVERITY_SCAN_TOKEN" != "" ]; then
|
||||
build_tool UEFITool "$UEFITOOL_VER" uefitool.pro
|
||||
fi
|
||||
build_tool UEFIExtract "$UEFITOOL_VER" ""
|
||||
build_tool UEFIFind "$UEFITOOL_VER" ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user