Skip to content

Commit

Permalink
Stop using get_fbobjc_enable_exception_lang_compiler_flags_DEPRECATED…
Browse files Browse the repository at this point in the history
… in xplat

Summary:
Old deprecated function.

Changelog: [Internal]

Reviewed By: nlutsenko

Differential Revision: D20148856

fbshipit-source-id: 79d6fb97824b059e50f67ff5a0b4c38ec7a19469
  • Loading branch information
swolchok authored and facebook-github-bot committed Apr 9, 2020
1 parent cd347a7 commit ccb7dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions React/CoreModules/BUCK
@@ -1,4 +1,4 @@
load("@fbsource//tools/build_defs/apple:flag_defs.bzl", "OBJC_ARC_PREPROCESSOR_FLAGS", "get_fbobjc_enable_exception_lang_compiler_flags_DEPRECATED", "get_preprocessor_flags_for_build_mode")
load("@fbsource//tools/build_defs/apple:flag_defs.bzl", "OBJC_ARC_PREPROCESSOR_FLAGS", "get_preprocessor_flags_for_build_mode")
load("@fbsource//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library", "rn_extra_build_flags")
load(
"@fbsource//xplat/configurations/buck/apple/plugins/sad_xplat_hosted_configurations:react_module_registration.bzl",
Expand All @@ -19,6 +19,7 @@ rn_apple_library(
"-Wno-unknown-warning-option",
],
contacts = ["oncall+react_native@xmail.facebook.com"],
enable_exceptions = True,
exported_linker_flags = [
"-weak_framework",
"UserNotifications",
Expand All @@ -33,7 +34,6 @@ rn_apple_library(
],
header_path_prefix = "React",
labels = ["supermodule:ios/default/public.react_native.infra"],
lang_compiler_flags = get_fbobjc_enable_exception_lang_compiler_flags_DEPRECATED(),
link_whole = True,
platform_preprocessor_flags = [(
"linux",
Expand Down

0 comments on commit ccb7dbe

Please sign in to comment.