From 63a463d01149d363cd9c57fa8d07074203cf5a0a Mon Sep 17 00:00:00 2001 From: Nate Stedman Date: Tue, 10 Mar 2020 09:35:55 -0700 Subject: [PATCH] Mark YogaKit as modular Differential Revision: D20364340 fbshipit-source-id: ce4bc1f474177ffc9c77eb2f10bdb7cb549dd6d8 --- YogaKit/BUCK | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YogaKit/BUCK b/YogaKit/BUCK index c3d534e8..0bff3caa 100644 --- a/YogaKit/BUCK +++ b/YogaKit/BUCK @@ -42,6 +42,8 @@ yoga_apple_library( ], header_path_prefix = "", link_whole = True, + modular = True, + module_name = "YogaKit", visibility = ["PUBLIC"], deps = [ yoga_dep(":yoga"),