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
(cherry picked from commit 84ad2df)
  • Loading branch information
Googler authored and keith committed Feb 18, 2021
1 parent c1f8390 commit af33730
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",
)

0 comments on commit af33730

Please sign in to comment.