mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Route build warnings to stdout
This commit is contained in:
parent
3c143f8b5b
commit
7622b9d54e
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ module Libv8
|
|||
patch!
|
||||
setup_build_deps!
|
||||
print_build_info
|
||||
puts `env CXX=#{@compiler} LINK=#{@compiler} #{make} #{make_flags}`
|
||||
puts 'Beginning compilation. This will take some time.'
|
||||
puts `env CXX=#{@compiler} LINK=#{@compiler} #{make} #{make_flags} 2>&1`
|
||||
end
|
||||
return $?.exitstatus
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue