Skip to content

Commit

Permalink
bug 1171937 - copy other stackwalker binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Jun 16, 2015
1 parent b576425 commit 8c877c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ else
# build breakpad from source
make breakpad
fi
# Build JSON stackwalker
# Build JSON stackwalker and friends
pushd minidump-stackwalk
make
popd
cp minidump-stackwalk/stackwalker stackwalk/bin
cp minidump-stackwalk/jit-crash-categorize stackwalk/bin
cp minidump-stackwalk/dumplookup stackwalk/bin

# setup any unset test configs and databases without overwriting existing files
pushd config
Expand Down

0 comments on commit 8c877c4

Please sign in to comment.