Specify platforms for the a few targets
Differential Revision: D7516968 fbshipit-source-id: db9d6df7c1b67dbdd998ea017229a976f78b2eb1
This commit is contained in:
parent
52a3443e98
commit
7a29ad1d83
|
@ -141,6 +141,7 @@ rn_xplat_cxx_library(
|
||||||
],
|
],
|
||||||
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + APPLE_INSPECTOR_FLAGS,
|
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + APPLE_INSPECTOR_FLAGS,
|
||||||
force_static = True,
|
force_static = True,
|
||||||
|
platforms = (ANDROID, APPLE),
|
||||||
preprocessor_flags = [
|
preprocessor_flags = [
|
||||||
"-DLOG_TAG=\"ReactNative\"",
|
"-DLOG_TAG=\"ReactNative\"",
|
||||||
"-DWITH_FBSYSTRACE=1",
|
"-DWITH_FBSYSTRACE=1",
|
||||||
|
|
|
@ -40,6 +40,7 @@ rn_xplat_cxx_library(
|
||||||
fbandroid_deps = ANDROID_JSC_INTERNAL_DEPS,
|
fbandroid_deps = ANDROID_JSC_INTERNAL_DEPS,
|
||||||
fbobjc_deps = APPLE_JSC_INTERNAL_DEPS,
|
fbobjc_deps = APPLE_JSC_INTERNAL_DEPS,
|
||||||
force_static = True,
|
force_static = True,
|
||||||
|
platforms = (ANDROID, APPLE),
|
||||||
visibility = [
|
visibility = [
|
||||||
"PUBLIC",
|
"PUBLIC",
|
||||||
],
|
],
|
||||||
|
@ -64,6 +65,7 @@ rn_xplat_cxx_library(
|
||||||
],
|
],
|
||||||
fbobjc_srcs = ["systemJSCWrapper.cpp"],
|
fbobjc_srcs = ["systemJSCWrapper.cpp"],
|
||||||
force_static = True,
|
force_static = True,
|
||||||
|
platforms = (ANDROID, APPLE),
|
||||||
visibility = [
|
visibility = [
|
||||||
"PUBLIC",
|
"PUBLIC",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue