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:
committed by
Facebook Github Bot
parent
cd1dbc3f0f
commit
aad1c3055c
@@ -36,7 +36,6 @@ apple_library(
|
|||||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||||
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
|
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
|
||||||
],
|
],
|
||||||
sdks = (IOS, APPLETVOS),
|
|
||||||
visibility = ["PUBLIC"],
|
visibility = ["PUBLIC"],
|
||||||
deps = [
|
deps = [
|
||||||
yoga_dep(":yoga"),
|
yoga_dep(":yoga"),
|
||||||
|
Reference in New Issue
Block a user