Revert D4248487: [yoga] Remove force_static
Summary: This reverts commit e5127a02561b145745cf5393a0188661469ec79b Differential Revision: D4248487 fbshipit-source-id: c826eb6543ff6b8d512bf688fbd395e9766df2fb
This commit is contained in:
committed by
Facebook Github Bot
parent
c5bbcd78ae
commit
4a578284a5
5
BUCK
5
BUCK
@@ -29,10 +29,9 @@ cxx_library(
|
||||
tests=[':tests'],
|
||||
exported_headers = subdir_glob([('', 'CSSLayout/*.h')]),
|
||||
header_namespace = '',
|
||||
force_static = True,
|
||||
compiler_flags = COMPILER_FLAGS,
|
||||
deps = [] if THIS_IS_FBOBJC else [
|
||||
csslayout_dep('lib/fb:ndklog'),
|
||||
],
|
||||
deps = [],
|
||||
visibility = ['PUBLIC'],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user