Probably better

This commit is contained in:
Alexey Milovidov 2024-02-09 00:49:48 +01:00
parent ad665f9b06
commit b58a2387ef

View File

@ -130,6 +130,8 @@ if [ -n "$SANITIZER" ]; then
fi
elif [[ $BUILD_TYPE == 'debug' ]]; then
VERSION_POSTFIX+="+debug"
elif [[ $BUILD_TYPE =~ 'coverage' ]]; then
VERSION_POSTFIX+="+coverage"
fi
if [[ "$PKG_ROOT" != "$SOURCE" ]]; then