Add illumos to the list of link_libraries

This commit is contained in:
Simonas Kazlauskas
2020-05-06 04:35:00 +03:00
parent bc16d3f4d6
commit 829611e41f
+1 -1
View File
@@ -34,7 +34,7 @@ fn link_libraries(target_os: &str) {
// found any libraries that have to be linked to on other platforms.
// What happens if the executable is not linked up dynamically?
"openbsd" | "bitrig" | "netbsd" | "macos" | "ios" => {}
"solaris" => {}
"solaris" | "illumos" => {}
"haiku" => {}
"redox" => {}
"fuchsia" => {}