diff --git a/csharp/BUCK b/csharp/BUCK index 7cbe2b50..397a0900 100644 --- a/csharp/BUCK +++ b/csharp/BUCK @@ -43,7 +43,7 @@ if is_apple_platform(): name = name, srcs = [ yoga_dep(':yoga#%s,static' % arch), - yoga_dep('YogaKit:YogaKit#%s,static' % arch), + yoga_dep('YogaKit:YogaKitApple#%s,static' % arch), yoga_dep('csharp:yoganet#%s,static' % arch), ], out = 'libyoga-%s.a' % arch, diff --git a/lib/fb/BUCK b/lib/fb/BUCK index f567b33c..aba3bc48 100644 --- a/lib/fb/BUCK +++ b/lib/fb/BUCK @@ -35,6 +35,7 @@ yoga_cxx_library( "-Wno-unused-parameter", "-std=c++11", ], + platforms = (ANDROID,), visibility = ["PUBLIC"], deps = [ ":ndklog",