From 2dd20822be3d9d00299d692e56418eb423dc50c9 Mon Sep 17 00:00:00 2001 From: Nevena Kotlaja Date: Wed, 4 Oct 2023 13:29:34 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 570789405 --- mediapipe/gpu/metal.bzl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mediapipe/gpu/metal.bzl b/mediapipe/gpu/metal.bzl index dcfb268fc..77129baf2 100644 --- a/mediapipe/gpu/metal.bzl +++ b/mediapipe/gpu/metal.bzl @@ -107,6 +107,7 @@ def _metal_library_impl(ctx): outputs = [obj, diagnostics, deps_dump], mnemonic = "MetalCompile", executable = "/usr/bin/xcrun", + toolchain = None, arguments = args, use_default_shell_env = False, progress_message = ("Compiling Metal shader %s" % @@ -128,6 +129,7 @@ def _metal_library_impl(ctx): outputs = (output_lib,), mnemonic = "MetalLink", executable = "/usr/bin/xcrun", + toolchain = None, arguments = args, progress_message = ( "Linking Metal library %s" % ctx.label.name