This commit is contained in:
Nobuyoshi Nakada 2021-02-20 23:33:22 +09:00
Родитель 169c726f60
Коммит cc8e966e3c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7CD2805BFA3770C6
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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