mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix building linux-demo bundle
This commit is contained in:
parent
305606ed24
commit
bc9ac3bdb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue