Breakpad symbol tool: Make sure it builds on Mac.

https://code.google.com/p/phantomjs/issues/detail?id=576
1.8
Ariya Hidayat 2012-09-23 05:57:07 -07:00
parent 5e91e5355d
commit 703a4d14e4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ rm deploy/*.tar.bz2 2>/dev/null
# Build the dump_syms program for dumping breakpad debugging symbols
if [[ $OSTYPE = darwin* ]]; then
pushd tools
../src/qt/bin/qmake dump-syms-mac.pro
../src/qt/bin/qmake dump-syms-mac.pro && make
popd
else
pushd src/breakpad