mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
The current 10.14 SDK is numbered 101404, which is greater than MAC_OS_X_VERSION_10_14 (101400). That was causing the test to unintentionally fall into the “unlisted SDK” branch of the #if cascade due to testing SDK <= MAC_OS_X_VERSION_10_14. This is corrected by testing SDK < MAC_OS_X_VERSION_10_15 instead. Bug: chromium:1016314, crashpad:310 Change-Id: If062e8fca92ae105924addf10c3e2fde162448cf Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1872636 Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: Joshua Peraza <jperaza@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>