Skip to content

Commit

Permalink
Skalarkify flags macros.
Browse files Browse the repository at this point in the history
Reviewed By: adamjernst

Differential Revision: D6528242

fbshipit-source-id: f809cfb853d6615a1aa47e145063ef1d7f5838be
  • Loading branch information
ttsugriy authored and facebook-github-bot committed Dec 10, 2017
1 parent 3bcb912 commit ed2bfcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ReactCommon/cxxreact/BUCK
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include_defs("xplat//configurations/buck/apple/flag_defs.bzl")

include_defs("//ReactCommon/DEFS")

CXX_LIBRARY_COMPILER_FLAGS = [
Expand All @@ -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",
Expand Down

0 comments on commit ed2bfcb

Please sign in to comment.