mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Fix debug build detection
git-svn-id: svn://localhost/ardour2/branches/3.0@9453 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1a342e758b
commit
5711425f18
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ else
|
||||||
DEBUG="F"
|
DEBUG="F"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ x$DEBUG != x ]; then
|
if [ x$DEBUG = xT ]; then
|
||||||
BUILDTYPE="dbg"
|
BUILDTYPE="dbg"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue