Skip to content

Commit

Permalink
Add default_constraint_value to target_vendor constraint (#279)
Browse files Browse the repository at this point in the history
Needed to fix toolchain resolution.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones authored Oct 18, 2023
1 parent 8924aac commit f9b2e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constraints/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ constraint_value(
# Constraint indicating if the platform belongs to an "Apple" platform (iOS, watchOS, tvOS, etc.)
constraint_setting(
name = "target_vendor",
default_constraint_value = ":apple",
visibility = ["//visibility:private"],
)

Expand Down

0 comments on commit f9b2e11

Please sign in to comment.