mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
parent
7c141f996b
commit
6dc314ac6d
Notes:
git
2022-04-28 19:09:15 +09:00
19 changed files with 1372 additions and 12 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