Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570789405
  • Loading branch information
kotlaja authored and copybara-github committed Oct 4, 2023
1 parent 1d8bd9c commit 2dd2082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mediapipe/gpu/metal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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" %
Expand All @@ -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
Expand Down

0 comments on commit 2dd2082

Please sign in to comment.