mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Don't sync prism.{so,bundle,dll} from ruby/prism
This commit is contained in:
parent
4ba76d4847
commit
cdf39ed673
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
# See `tool/sync_default_gems.rb --help` for how to use this.
|
||||
|
||||
require 'fileutils'
|
||||
require "rbconfig"
|
||||
|
||||
module SyncDefaultGems
|
||||
include FileUtils
|
||||
|
@ -379,6 +380,7 @@ module SyncDefaultGems
|
|||
rm_rf("prism/templates/java")
|
||||
rm_rf("prism/templates/rbi")
|
||||
rm_rf("prism/templates/sig")
|
||||
rm_rf("lib/prism/prism.#{RbConfig::CONFIG['DLEXT']}")
|
||||
|
||||
rm("prism/extconf.rb")
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue