Skip to content

Commit

Permalink
chore: run buildifier
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed May 16, 2024
1 parent a5c9142 commit 260f607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/native_image/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def _graal_binary_implementation(ctx):
xcode_args.add(apple_support.path_placeholders.xcode(), format = "-EDEVELOPER_DIR=%s")
xcode_args.add(apple_support.path_placeholders.sdkroot(), format = "-ESDKROOT=%s")
xcode_config = ctx.attr._xcode_config[apple_common.XcodeVersionConfig]

# native-image reads the MACOSX_DEPLOYMENT_TARGET env var to determine target macos version
run_params["env"]["MACOSX_DEPLOYMENT_TARGET"] = str(xcode_config.minimum_os_for_platform_type(apple_common.platform_type.macos))
apple_support.run(
Expand Down

0 comments on commit 260f607

Please sign in to comment.