mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-22 15:02:58 +00:00
Use automake's AM_PROG_AR helper instead of the default of hardcoding `ar` all the time. When cross-compiling, this can often be the wrong one to use. BUG=google-breakpad:519 R=ted.mielczarek@gmail.com Review URL: https://codereview.chromium.org/1435813002 .