Skip to content

Commit eddff32

Browse files
javachefacebook-github-bot
authored andcommitted
Update Hermes
Summary: Changelog: [Internal] Reviewed By: rshest Differential Revision: D39657809 fbshipit-source-id: 21a4a39c5c21d3932db0e8513dad8f005ea46148
1 parent 596111f commit eddff32

File tree

1 file changed

+1
-1
lines changed
  • ReactCommon/hermes/inspector

1 file changed

+1
-1
lines changed

ReactCommon/hermes/inspector/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ fb_xplat_cxx_library(
190190
exported_headers = INSPECTOR_EXPORTED_HEADERS,
191191
compiler_flags = CFLAGS_BY_MODE[hermes_build_mode()],
192192
cxx_tests = [":inspector-tests"],
193+
exported_preprocessor_flags = get_hermes_shared_library_preprocessor_flags(),
193194
fbobjc_header_path_prefix = "hermes/inspector",
194195
labels = ["supermodule:xplat/default/public.hermes"],
195196
macosx_tests_override = [],
196197
platforms = (ANDROID, APPLE, CXX, FBCODE, WINDOWS),
197-
preprocessor_flags = get_hermes_shared_library_preprocessor_flags(),
198198
visibility = [
199199
"PUBLIC",
200200
],

0 commit comments

Comments
 (0)