diff --git a/BUCK b/BUCK index aa7ec37e..49107901 100644 --- a/BUCK +++ b/BUCK @@ -20,6 +20,7 @@ cxx_library( soname = 'libyogacore.$(ext)', srcs = glob(['yoga/*.c']), tests=[':YogaTests'], + fbobjc_macosx_tests_override = [], exported_headers = subdir_glob([('', 'yoga/*.h')]), header_namespace = '', compiler_flags = COMPILER_FLAGS,