From aad1c3055c0ccc4e214399c162d5fac2789df6de Mon Sep 17 00:00:00 2001 From: Brian Cooke Date: Tue, 23 May 2017 12:10:59 -0700 Subject: [PATCH] Move sdks = out to YOGA_DEFS Summary: To fix builds where `sdks =` is not supported. Reviewed By: splhack Differential Revision: D5113020 fbshipit-source-id: b716acd6fb88ccb55c72b24f9fcdf20a2ea3693e --- YogaKit/BUCK | 1 - 1 file changed, 1 deletion(-) diff --git a/YogaKit/BUCK b/YogaKit/BUCK index 99e77dbf..65651021 100644 --- a/YogaKit/BUCK +++ b/YogaKit/BUCK @@ -36,7 +36,6 @@ apple_library( "$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/UIKit.framework", ], - sdks = (IOS, APPLETVOS), visibility = ["PUBLIC"], deps = [ yoga_dep(":yoga"),