Skip to content

Commit

Permalink
Add the Catalyst constraint to the list of target environments.
Browse files Browse the repository at this point in the history
This aligns with the LLVM triple representing this platform as a variant of iOS.

PiperOrigin-RevId: 358194575
  • Loading branch information
Googler authored and swiple-rules-gardener committed Feb 18, 2021
1 parent 5117edb commit 84ad2df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions constraints/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ constraint_value(
name = "simulator",
constraint_setting = ":target_environment",
)

constraint_value(
name = "catalyst",
constraint_setting = ":target_environment",
)

1 comment on commit 84ad2df

@keith
Copy link
Member

@keith keith commented on 84ad2df Feb 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#73

Please sign in to comment.