From abad796c44e4ef3c4dc9499df8ac9f6d1e838498 Mon Sep 17 00:00:00 2001 From: Kazuki Sakamoto Date: Fri, 23 Dec 2016 11:20:27 -0800 Subject: [PATCH] Fix BUCK Summary: Remove internal arg Reviewed By: emilsjolander Differential Revision: D4365827 fbshipit-source-id: 705855732146e03da65f21cbaa746277719b72f4 --- BUCK | 1 - 1 file changed, 1 deletion(-) diff --git a/BUCK b/BUCK index 49107901..aa7ec37e 100644 --- a/BUCK +++ b/BUCK @@ -20,7 +20,6 @@ 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,