From af337300718df43256c0f86d81da99606c223c9d Mon Sep 17 00:00:00 2001 From: Googler Date: Thu, 18 Feb 2021 09:22:05 -0800 Subject: [PATCH] Add the Catalyst constraint to the list of target environments. This aligns with the LLVM triple representing this platform as a variant of iOS. PiperOrigin-RevId: 358194575 (cherry picked from commit 84ad2df29043b0c8f7eef150dd73f30d2e5216d0) --- constraints/BUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/constraints/BUILD b/constraints/BUILD index 5819a3e..b86291b 100644 --- a/constraints/BUILD +++ b/constraints/BUILD @@ -24,3 +24,8 @@ constraint_value( name = "simulator", constraint_setting = ":target_environment", ) + +constraint_value( + name = "catalyst", + constraint_setting = ":target_environment", +)