Skalarkify flags macros.

Reviewed By: adamjernst

Differential Revision: D6528242

fbshipit-source-id: f809cfb853d6615a1aa47e145063ef1d7f5838be
This commit is contained in:
Taras Tsugrii 2017-12-09 21:49:08 -08:00 committed by Facebook Github Bot
parent 3bcb912786
commit ed2bfcb35a
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
include_defs("xplat//configurations/buck/apple/flag_defs.bzl")
include_defs("//ReactCommon/DEFS")
CXX_LIBRARY_COMPILER_FLAGS = [
@ -7,7 +9,7 @@ CXX_LIBRARY_COMPILER_FLAGS = [
if THIS_IS_FBOBJC:
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS
CXX_LIBRARY_COMPILER_FLAGS += inherited_buck_flags.get_flag_value('compiler_flags')
CXX_LIBRARY_COMPILER_FLAGS += flags.get_flag_value(inherited_buck_flags, 'compiler_flags')
rn_xplat_cxx_library(
name = "module",