diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2020-06-16 14:20:19 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2020-06-22 10:14:33 -0400 |
commit | 2418f739f75824d6689369f326b960cec254cf56 (patch) | |
tree | 11b6a05b46bea56a278117fa3e2bec0af8c4085e /contrib/gitian-build.py | |
parent | 5c2c835433a80c204da1335daa51a014670c7324 (diff) |
macos: Bump to xcode 11.3.1 and 10.15 SDK
This gets us a newer SDK with c++17 support and retains 10.12
back-compat.
Co-authored-by: Carl Dong <contact@carldong.me>
Diffstat (limited to 'contrib/gitian-build.py')
-rwxr-xr-x | contrib/gitian-build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-build.py b/contrib/gitian-build.py index 48e2a9ec56..d498c9e2c8 100755 --- a/contrib/gitian-build.py +++ b/contrib/gitian-build.py @@ -209,7 +209,7 @@ def main(): args.macos = 'm' in args.os # Disable for MacOS if no SDK found - if args.macos and not os.path.isfile('gitian-builder/inputs/Xcode-10.2.1-10E1001-extracted-SDK-with-libcxx-headers.tar.gz'): + if args.macos and not os.path.isfile('gitian-builder/inputs/Xcode-11.3.1-11C505-extracted-SDK-with-libcxx-headers.tar.gz'): print('Cannot build for MacOS, SDK does not exist. Will build for other OSes') args.macos = False |