File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 9696 "cmake" : " ==3.15.2"
9797 }
9898 },
99- "darwin " : {
99+ "darwin_amd64 " : {
100100 "packages" : {
101101 "cmake" : " ==3.15.2"
102102 }
103103 },
104+ "darwin_aarch64" : {
105+ "packages" : {
106+ "cmake" : " ==3.22.2"
107+ }
108+ },
104109 "windows" : {
105110 "packages" : {
106111 "msvc" : " ==10.0" ,
165170 "ruby" : " >=2.1.0"
166171 }
167172 },
168- "darwin" : {},
173+ "darwin_amd64" : {},
174+ "darwin_aarch64" : {},
169175 "windows" : {}
170176 }
171177 }
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ local common_json = (import "common.json");
8484 darwin: common + {
8585 os:: 'darwin' ,
8686 arch:: 'amd64' ,
87- packages+: common_json.sulong.deps.darwin .packages,
87+ packages+: common_json.sulong.deps.darwin_amd64 .packages,
8888 environment+: {
8989 // for compatibility with macOS El Capitan
9090 MACOSX_DEPLOYMENT_TARGET: '10.11' ,
You can’t perform that action at this time.
0 commit comments