mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fixed compilation on osx, minimal version was wrong
This commit is contained in:
parent
53a87b240b
commit
e6f94215c4
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -537,7 +537,7 @@ int main() { return 0; }''',
|
||||||
elif conf.env['build_target'] in [ 'mavericks', 'yosemite', 'el_capitan' ]:
|
elif conf.env['build_target'] in [ 'mavericks', 'yosemite', 'el_capitan' ]:
|
||||||
compiler_flags.extend(
|
compiler_flags.extend(
|
||||||
("-DMAC_OS_X_VERSION_MAX_ALLOWED=1090",
|
("-DMAC_OS_X_VERSION_MAX_ALLOWED=1090",
|
||||||
"-mmacosx-version-min=10.8"))
|
"-mmacosx-version-min=10.9"))
|
||||||
|
|
||||||
#
|
#
|
||||||
# save off CPU element in an env
|
# save off CPU element in an env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue