You've already forked platform-info
mirror of
https://github.com/uutils/platform-info.git
synced 2026-06-10 15:48:45 -07:00
Merge pull request #102 from 500-internal-server-error/cygwin
Add support for Cygwin
This commit is contained in:
@@ -97,6 +97,8 @@ const HOST_OS_NAME: &str = if cfg!(all(
|
||||
"illumos"
|
||||
} else if cfg!(target_os = "solaris") {
|
||||
"solaris"
|
||||
} else if cfg!(target_os = "cygwin") {
|
||||
"Cygwin"
|
||||
} else {
|
||||
"unknown"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user