mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 08:23:01 +01:00
Fix debug build detection
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9452 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2f6dacdd13
commit
86e1bcb6b3
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ else
|
|||
DEBUG="F"
|
||||
fi
|
||||
|
||||
if [ x$DEBUG != x ]; then
|
||||
if [ x$DEBUG = xT ]; then
|
||||
BUILDTYPE="dbg"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue