mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ignore JRuby files on io-console
This commit is contained in:
parent
b18aab24b6
commit
537fc3ad5c
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ def sync_default_gems(gem)
|
|||
cp_r("#{upstream}/test/io/console", "test/io")
|
||||
mkdir_p("ext/io/console/lib")
|
||||
cp_r("#{upstream}/lib/io/console", "ext/io/console/lib")
|
||||
rm_rf("ext/io/console/lib/console/ffi")
|
||||
cp_r("#{upstream}/io-console.gemspec", "ext/io/console")
|
||||
`git checkout ext/io/console/depend`
|
||||
when "io-nonblock"
|
||||
|
|
Loading…
Reference in a new issue