mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-19 21:23:39 -04:00
Add illumos to the list of link_libraries
This commit is contained in:
@@ -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" => {}
|
||||
|
||||
Reference in New Issue
Block a user