mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 13:47:24 +01:00
correct python syntax
git-svn-id: svn://localhost/ardour2/branches/3.0@14180 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5907f3eb03
commit
2d1cb16c4c
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue