[rubygems/rubygems] Support non gnu libc arm-linux-eabi platforms
https://github.com/rubygems/rubygems/commit/fcf62799f2
This commit is contained in:
parent
aded6971ad
commit
aa5c1a0483
@ -259,7 +259,7 @@ module Gem
|
||||
# version
|
||||
(
|
||||
(@os != "linux" && (@version.nil? || other.version.nil?)) ||
|
||||
(@os == "linux" && ((@version.nil? && ["gnu", "musl"].include?(other.version)) || (@version == "gnu" && other.version.nil?))) ||
|
||||
(@os == "linux" && (other.version == "gnu#{@version}" || other.version == "musl#{@version}" || @version == "gnu#{other.version}")) ||
|
||||
@version == other.version
|
||||
)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user