зеркало из https://github.com/github/ruby.git
Relax extention name for macOS
This commit is contained in:
Родитель
021255f1e7
Коммит
cc50e57bf5
|
@ -24,7 +24,7 @@ File.foreach("#{gem_dir}/bundled_gems") do |line|
|
|||
|
||||
if gem == "typeprof"
|
||||
rbs_build_dir = 'ext/-test-/gems/rbs'
|
||||
raise "need to run rbs test suite before typeprof" unless File.readable?("#{rbs_build_dir}/rbs_extension.so")
|
||||
raise "need to run rbs test suite before typeprof" unless File.readable?("#{rbs_build_dir}/rbs_extension.#{RbConfig::CONFIG['DLEXT']}")
|
||||
ENV["RUBYLIB"] = ["#{gem_dir}/src/rbs/lib", ENV.fetch("RUBYLIB", nil)].compact.join(":")
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче