Skip to content

Commit 33b3467

Browse files
alexrpmlugg
authored andcommitted
map sunos to illumos rather than solaris in tarball names
Zig will never support Solaris: ziglang/zig#25706
1 parent 2abe1dd commit 33b3467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ async function getTarballName() {
142142
const platform = {
143143
android: 'android',
144144
freebsd: 'freebsd',
145+
sunos: 'illumos',
145146
linux: 'linux',
146147
darwin: 'macos',
147148
openbsd: 'openbsd',
148-
sunos: 'solaris',
149149
win32: 'windows',
150150
}[os.platform()];
151151

0 commit comments

Comments
 (0)