build: use macOS 10.14 SDK

Co-Authored-By: Carl Dong <accounts@carldong.me>
This commit is contained in:
fanquake
2019-07-14 13:31:16 +08:00
parent ca5055a5aa
commit 7e2104433c
6 changed files with 133 additions and 106 deletions

View File

@@ -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/MacOSX10.11.sdk.tar.gz'):
if args.macos and not os.path.isfile('gitian-builder/inputs/MacOSX10.14.sdk.tar.gz'):
print('Cannot build for MacOS, SDK does not exist. Will build for other OSes')
args.macos = False