13
0

Fix debug build detection

git-svn-id: svn://localhost/ardour2/branches/3.0@9453 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Todd Naugle 2011-04-28 21:07:47 +00:00
parent 1a342e758b
commit 5711425f18

View File

@ -58,7 +58,7 @@ else
DEBUG="F"
fi
if [ x$DEBUG != x ]; then
if [ x$DEBUG = xT ]; then
BUILDTYPE="dbg"
fi