Adapt rest of tooling to new SDK naming scheme

This commit is contained in:
Carl Dong
2020-06-18 18:05:22 -04:00
parent b3394ab235
commit 3381e4a189
5 changed files with 16 additions and 10 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.14.sdk.tar.gz'):
if args.macos and not os.path.isfile('gitian-builder/inputs/Xcode-10.2.1-10E1001-extracted-SDK-with-libcxx-headers.tar.gz'):
print('Cannot build for MacOS, SDK does not exist. Will build for other OSes')
args.macos = False