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 = "",