Index: tools/gn/secondary/build/toolchain/mac/BUILD.gn |
diff --git a/tools/gn/secondary/build/toolchain/mac/BUILD.gn b/tools/gn/secondary/build/toolchain/mac/BUILD.gn |
index 244ee420b97a272985a615680825aef95f659f67..ee2a899c227874d75a4e2b7bde9134ae716b332d 100644 |
--- a/tools/gn/secondary/build/toolchain/mac/BUILD.gn |
+++ b/tools/gn/secondary/build/toolchain/mac/BUILD.gn |
@@ -2,8 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-cc = "$relative_build_to_source_root_dir/third_party/llvm-build/Release+Asserts/bin/clang" |
-cxx = "$relative_build_to_source_root_dir/third_party/llvm-build/Release+Asserts/bin/clang++" |
+cc = to_build_path("//third_party/llvm-build/Release+Asserts/bin/clang") |
+cxx = to_build_path("//third_party/llvm-build/Release+Asserts/bin/clang++") |
ld = cxx |
toolchain("clang") { |