Add clarification comment
This commit is contained in:
parent
58be76bc9d
commit
7326019c93
@ -32,6 +32,8 @@ module OnSystem
|
|||||||
|
|
||||||
base_os = MacOS::Version.from_symbol(os_name)
|
base_os = MacOS::Version.from_symbol(os_name)
|
||||||
current_os = if Homebrew::SimulateSystem.current_os == :macos
|
current_os = if Homebrew::SimulateSystem.current_os == :macos
|
||||||
|
# Assume the oldest macOS version when simulating a generic macOS version
|
||||||
|
# Version::NULL is always treated as less than any other version.
|
||||||
Version::NULL
|
Version::NULL
|
||||||
else
|
else
|
||||||
MacOS::Version.from_symbol(Homebrew::SimulateSystem.current_os)
|
MacOS::Version.from_symbol(Homebrew::SimulateSystem.current_os)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user