From 2487aa72ed93f9066d62bafbfac64e659abcbe45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Thu, 11 Jan 2018 15:16:38 -0800 Subject: [PATCH] Update BUCK --- ReactCommon/yoga/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactCommon/yoga/BUCK b/ReactCommon/yoga/BUCK index 3fb56b33691483..9b74e92e2f27e8 100644 --- a/ReactCommon/yoga/BUCK +++ b/ReactCommon/yoga/BUCK @@ -1,6 +1,6 @@ include_defs("//ReactCommon/DEFS") -rn_xplat_cxx_library( +fb_xplat_cxx_library( name = "yoga", srcs = glob(["yoga/*.cpp"]), header_namespace = "",