Fix BUCK
Summary: Remove internal arg Reviewed By: emilsjolander Differential Revision: D4365827 fbshipit-source-id: 705855732146e03da65f21cbaa746277719b72f4
This commit is contained in:
committed by
Facebook Github Bot
parent
92137273a2
commit
abad796c44
1
BUCK
1
BUCK
@@ -20,7 +20,6 @@ cxx_library(
|
|||||||
soname = 'libyogacore.$(ext)',
|
soname = 'libyogacore.$(ext)',
|
||||||
srcs = glob(['yoga/*.c']),
|
srcs = glob(['yoga/*.c']),
|
||||||
tests=[':YogaTests'],
|
tests=[':YogaTests'],
|
||||||
fbobjc_macosx_tests_override = [],
|
|
||||||
exported_headers = subdir_glob([('', 'yoga/*.h')]),
|
exported_headers = subdir_glob([('', 'yoga/*.h')]),
|
||||||
header_namespace = '',
|
header_namespace = '',
|
||||||
compiler_flags = COMPILER_FLAGS,
|
compiler_flags = COMPILER_FLAGS,
|
||||||
|
Reference in New Issue
Block a user