Summary: Remove internal arg

Reviewed By: emilsjolander

Differential Revision: D4365827

fbshipit-source-id: 705855732146e03da65f21cbaa746277719b72f4
This commit is contained in:
Kazuki Sakamoto
2016-12-23 11:20:27 -08:00
committed by Facebook Github Bot
parent 92137273a2
commit abad796c44

1
BUCK
View File

@@ -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,