diff --git a/csharp/BUCK b/csharp/BUCK index 0f8a0bf8..0df9bea4 100644 --- a/csharp/BUCK +++ b/csharp/BUCK @@ -30,7 +30,7 @@ fb_native.csharp_library( yoga_cxx_library( name = "yoganet", - srcs = glob(["Yoga/YGInterop.cpp"]), + srcs = ["Yoga/YGInterop.cpp"], compiler_flags = COMPILER_FLAGS, link_style = "static", link_whole = True,