13
0

Fix building linux-demo bundle

This commit is contained in:
Robin Gareus 2023-03-25 20:24:31 +01:00
parent 305606ed24
commit bc9ac3bdb4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -148,7 +148,7 @@ esac
if [ "$DEBUG" = "T" ]; then
BUILDTYPE="dbg"
fi
if [ "FREEBI" = "T" ]; then
if [ "$FREEBI" = "T" ]; then
BUILDTYPE="demo"
fi
if [ "$DEBUG$FREEBI" = "TT" ]; then