[ruby/resolv] Add spec extensions

https://github.com/ruby/resolv/commit/3189d16b69
This commit is contained in:
Nobuyoshi Nakada 2024-05-12 23:44:32 +09:00 коммит произвёл git
Родитель 14c72e96ae
Коммит f622548800
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1,3 +1,6 @@
require 'mkmf'
if have_library('iphlpapi', 'GetNetworkParams')
create_makefile('win32/resolv')
else
File.write('Makefile', "all clean install:\n\t@echo Done: $(@)\n")
end

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

@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/resolv"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.extensions << "ext/win32/resolv/extconf.rb"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage