We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcb912 commit ed2bfcbCopy full SHA for ed2bfcb
ReactCommon/cxxreact/BUCK
@@ -1,3 +1,5 @@
1
+include_defs("xplat//configurations/buck/apple/flag_defs.bzl")
2
+
3
include_defs("//ReactCommon/DEFS")
4
5
CXX_LIBRARY_COMPILER_FLAGS = [
@@ -7,7 +9,7 @@ CXX_LIBRARY_COMPILER_FLAGS = [
7
9
8
10
if THIS_IS_FBOBJC:
11
inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS
- CXX_LIBRARY_COMPILER_FLAGS += inherited_buck_flags.get_flag_value('compiler_flags')
12
+ CXX_LIBRARY_COMPILER_FLAGS += flags.get_flag_value(inherited_buck_flags, 'compiler_flags')
13
14
rn_xplat_cxx_library(
15
name = "module",
0 commit comments