1
0
Fork 0
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:
Koichi Sasada 2019-12-11 11:22:27 +09:00
parent 40026a408d
commit bbbf451bff
Notes: git 2019-12-11 11:25:18 +09:00

View file

@ -20,7 +20,7 @@ puts <<H
H
if !ARGV.grep('--cross=yes').empty?
if ARGV.include?('--cross=yes')
# do nothing
else
ary = []