Include Mac breakpad binaries for CLI native builds from Mac development box

- NOTE : Darwin dump_syms is really 'dump_syms_elf' from my copy of Breakpad
This commit is contained in:
Aaron Culliney 2016-08-13 13:59:00 -10:00
parent b4c72c15c6
commit 838bf0496a
5 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@ if test "x$do_build" = "x1" -o "x$do_release" = "x1" ; then
/bin/rm -rf $SYMDIR
# Run Breakpad's dump_syms
../../externals/bin/dump_syms ../obj/local/$arch/libapple2ix.so > $SYMFILE
host_arch=`uname -s`
../../externals/bin/$host_arch/dump_syms ../obj/local/$arch/libapple2ix.so > $SYMFILE
ret=$?
if test "x$ret" != "x0" ; then

BIN
externals/bin/Darwin/dump_syms vendored Executable file

Binary file not shown.

BIN
externals/bin/Darwin/minidump_stackwalk vendored Executable file

Binary file not shown.