From 979c01ed2d3ebfc338fafac1014d1ed5c8f1882b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Tue, 27 Mar 2018 15:12:11 -0700 Subject: [PATCH] Build yoga in OSS Differential Revision: D7417644 fbshipit-source-id: 2641c1abc1083db83cbb304f8dcc7b781e329041 --- ReactCommon/yoga/BUCK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactCommon/yoga/BUCK b/ReactCommon/yoga/BUCK index aa6308d38..43ac54923 100644 --- a/ReactCommon/yoga/BUCK +++ b/ReactCommon/yoga/BUCK @@ -1,6 +1,6 @@ -load("//ReactNative:DEFS.bzl", "rn_xplat_cxx_library") +load("//ReactNative:DEFS.bzl", "cxx_library") -rn_xplat_cxx_library( +cxx_library( name = "yoga", srcs = glob(["yoga/*.cpp"]), header_namespace = "",