From 24b4105d000a42a81f744252862626d8b69efb8d Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Mon, 13 Apr 2020 14:54:33 -0400 Subject: [PATCH] =?UTF-8?q?fuchsia:=20Fix=20clang=20path=20for=20macOS?= =?UTF-8?q?=E2=86=92Fuchsia=20cross-development?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was a goof from 3af81d7012e4. Change-Id: I09b2e387511f661413f33c1873ad1a9036b0bd09 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2144437 Commit-Queue: Mark Mentovai Reviewed-by: Scott Graham --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b38c9b6a..0c5da0a6 100644 --- a/DEPS +++ b/DEPS @@ -61,7 +61,7 @@ deps = { 'condition': 'checkout_linux and pull_linux_clang', 'dep_type': 'cipd' }, - 'crashpad/third_party/linux/clang/mac-amd64': { + 'crashpad/third_party/fuchsia/clang/mac-amd64': { 'packages': [ { 'package': 'fuchsia/clang/mac-amd64',