diff options
author | Howard Chu <hyc@symas.com> | 2022-05-03 15:51:34 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2022-05-04 22:33:40 +0100 |
commit | a86c4cb75ffb577922334cf6e212bcd5bac1716d (patch) | |
tree | f520bee7427d827cc69330bf1b4477b1b57cc8a3 /contrib/gitian/gitian-build.py | |
parent | Merge pull request #8275 (diff) | |
download | monero-a86c4cb75ffb577922334cf6e212bcd5bac1716d.tar.xz |
Update to MacOSX SDK 11.1, add Mac M1
Diffstat (limited to '')
-rwxr-xr-x | contrib/gitian/gitian-build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian/gitian-build.py b/contrib/gitian/gitian-build.py index 6bf936958..1db337e41 100755 --- a/contrib/gitian/gitian-build.py +++ b/contrib/gitian/gitian-build.py @@ -162,7 +162,7 @@ def main(): # Disable MacOS build if no SDK found args.nomac = False - if 'm' in args.os and not os.path.isfile('builder/inputs/MacOSX10.11.sdk.tar.gz'): + if 'm' in args.os and not os.path.isfile('builder/inputs/MacOSX11.1.sdk.tar.xz'): if args.build: print('Cannot build for MacOS, SDK does not exist. Will build for other OSes') args.nomac = True |