correct python syntax

git-svn-id: svn://localhost/ardour2/branches/3.0@14180 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-03-08 03:41:02 +00:00
parent 5907f3eb03
commit 2d1cb16c4c
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ def set_compiler_flags (conf,opt):
conf.env.append_value('CFLAGS', "-DMAC_OS_X_VERSION_MIN_REQUIRED=1040")
else if conf.env['build_target'] in [ 'lion', 'mountainlion' ]:
elif conf.env['build_target'] in [ 'lion', 'mountainlion' ]:
conf.env.append_value('CFLAGS', "-DMAC_OS_X_VERSION_MIN_REQUIRED=1070")
else: