mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 11:33:58 +02:00
Merge RubyGems-3.3.11 and Bundler-2.3.11
This commit is contained in:
parent
ec5dae0d81
commit
8ba584ff3c
69 changed files with 1603 additions and 119 deletions
|
@ -123,6 +123,9 @@ class Gem::Ext::Builder
|
|||
Gem::Ext::RakeBuilder
|
||||
when /CMakeLists.txt/ then
|
||||
Gem::Ext::CmakeBuilder
|
||||
when /Cargo.toml/ then
|
||||
# We use the spec name here to ensure we invoke the correct init function later
|
||||
Gem::Ext::CargoBuilder.new(@spec)
|
||||
else
|
||||
build_error("No builder for extension '#{extension}'")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue