diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-09-28 11:52:23 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-12 18:19:44 +0300 |
commit | a7476c92d98fc731451a622cb24e37d6f9529f57 (patch) | |
tree | 17e0914f016777d4fb1929d59fa3e17e0f47094c | |
parent | 045f26ee3f7076368d1747483a9f65028a77b4e8 (diff) |
config: Add OSX 10.11 "El Capitan" to the list of know versions
Should fix build with XCode 7
-rw-r--r-- | config/darwin.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/darwin.config b/config/darwin.config index 3322353c..b0ccf99b 100644 --- a/config/darwin.config +++ b/config/darwin.config @@ -24,6 +24,7 @@ SDK_VERSION = { DistroVersion.OS_X_MOUNTAIN_LION: '10.8', DistroVersion.OS_X_MAVERICKS: '10.9', DistroVersion.OS_X_YOSEMITE: '10.10', + DistroVersion.OS_X_EL_CAPITAN: '10.11', } # The SDK target can be overriden in configure with 'osx_target_sdk_version' for instance |