Skip to content

Commit

Permalink
build.rb: Include build_dir in error when making since make spews s…
Browse files Browse the repository at this point in the history
…o much
  • Loading branch information
caldwell committed Jul 22, 2022
1 parent 0e1e1d0 commit 27b1109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rb
Expand Up @@ -108,6 +108,8 @@ def needs_make?

def make
Vsh.system(*%W"make -C #{build_dir} -j 4", *extra_make_args)
rescue
raise "Make failed in #{build_dir}"
end

def install
Expand Down

0 comments on commit 27b1109

Please sign in to comment.