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
This commit is contained in:
Brian Cooke
2017-05-23 12:10:59 -07:00
committed by Facebook Github Bot
parent cd1dbc3f0f
commit aad1c3055c

View File

@@ -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"),