mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update tool/mk_builtin_binary.rb
Co-Authored-By: Sutou Kouhei <kou@cozmixng.org>
This commit is contained in:
parent
40026a408d
commit
bbbf451bff
Notes:
git
2019-12-11 11:25:18 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ puts <<H
|
|||
|
||||
H
|
||||
|
||||
if !ARGV.grep('--cross=yes').empty?
|
||||
if ARGV.include?('--cross=yes')
|
||||
# do nothing
|
||||
else
|
||||
ary = []
|
||||
|
|
Loading…
Reference in a new issue