Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -1211,7 +1211,7 @@ def main(args)
send(args.shift)
when "build"
command = [args.shift]
while ['truffle', 'cexts', '--offline'].include?(args.first)
while ['truffle', 'cexts', '--offline', '--no-openssl'].include?(args.first)
command << args.shift
end
send(*command)

0 comments on commit a66b1ba

Please sign in to comment.