зеркало из https://github.com/github/ruby.git
MSys is a variant of Cygwin
This commit is contained in:
Родитель
169c726f60
Коммит
cc8e966e3c
|
@ -1908,7 +1908,7 @@ SRC
|
|||
path.sub!(/\A([A-Za-z]):(?=\/)/, '/\1')
|
||||
path
|
||||
end
|
||||
when 'cygwin'
|
||||
when 'cygwin', 'msys'
|
||||
if CONFIG['target_os'] != 'cygwin'
|
||||
def mkintpath(path)
|
||||
IO.popen(["cygpath", "-u", path], &:read).chomp
|
||||
|
|
|
@ -167,6 +167,9 @@ class Exports::Cygwin < Exports
|
|||
end
|
||||
end
|
||||
|
||||
class Exports::Msys < Exports::Cygwin
|
||||
end
|
||||
|
||||
class Exports::Mingw < Exports::Cygwin
|
||||
def each_export(objs)
|
||||
super
|
||||
|
|
Загрузка…
Ссылка в новой задаче