Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
thii and brentleyjones authored Sep 28, 2023
1 parent b534e5d commit 0aa343a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/apple_support.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ def _platform_constraint_attrs():
default = Label("@platforms//cpu:x86_64"),
),
"_apple_device_constraint": attr.label(
default = Label("@build_bazel_apple_support//constraints:device"),
default = Label("//constraints:device"),
),
"_apple_simulator_constraint": attr.label(
default = Label("@build_bazel_apple_support//constraints:simulator"),
default = Label("//constraints:simulator"),
),
}

Expand Down

0 comments on commit 0aa343a

Please sign in to comment.