Skip to content

Commit 57f90c7

Browse files
authored
fix: fix wrong solaris alias (#2208)
1 parent 2afff81 commit 57f90c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ fn main() {
1111
macos: { target_os = "macos" },
1212
netbsd: { target_os = "netbsd" },
1313
openbsd: { target_os = "openbsd" },
14-
solarish: { target_os = "solaris" },
14+
solaris: { target_os = "solaris" },
1515
watchos: { target_os = "watchos" },
1616
tvos: { target_os = "tvos" },
17+
1718
apple_targets: { any(ios, macos, watchos, tvos) },
1819
bsd: { any(freebsd, dragonfly, netbsd, openbsd, apple_targets) },
1920
linux_android: { any(android, linux) },

0 commit comments

Comments
 (0)