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 H
if !ARGV.grep('--cross=yes').empty? if ARGV.include?('--cross=yes')
# do nothing # do nothing
else else
ary = [] ary = []