summaryrefslogtreecommitdiffstats
path: root/build/osx
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-12-04 10:12:22 -0800
committerRJ Ryan <rryan@mixxx.org>2016-12-04 16:08:49 -0800
commit2313e72944ac6e333ffc3351db68ae9bb45d5992 (patch)
treea548032ea42cf236a91b707ead7bb39ff8ba946d /build/osx
parentd0ae873375243a609f669a293c744f9674df6fa7 (diff)
Update the minimum macOS version to 10.8.
The track exporter uses std::future and std::promise, which are not supported in OS X 10.7's version of libc++.
Diffstat (limited to 'build/osx')
-rw-r--r--build/osx/product_definition.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/osx/product_definition.plist b/build/osx/product_definition.plist
index 45011e8588..2f8ec8bed2 100644
--- a/build/osx/product_definition.plist
+++ b/build/osx/product_definition.plist
@@ -9,7 +9,7 @@
</array>
<key>os</key>
<array>
- <string>10.7.0</string>
+ <string>10.8.0</string>
</array>
</dict>
</plist>