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
@ -20,7 +20,7 @@ puts <<H
|
||||
|
||||
H
|
||||
|
||||
if !ARGV.grep('--cross=yes').empty?
|
||||
if ARGV.include?('--cross=yes')
|
||||
# do nothing
|
||||
else
|
||||
ary = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user