mirror of
https://github.com/status-im/react-native.git
synced 2025-02-21 13:48:13 +00:00
Make SystemJSC on macosx actually use the system JSC framework
Reviewed By: mzlee Differential Revision: D10475231 fbshipit-source-id: 67f6859cf93aa4fb91c174ee222694271c0d72ed
This commit is contained in:
parent
2a44054e99
commit
5d38264f9e
@ -69,8 +69,22 @@ rn_xplat_cxx_library(
|
||||
exported_headers = [
|
||||
"JSCRuntime.h",
|
||||
],
|
||||
cxx_deps = [
|
||||
"xplat//jsc:jsc",
|
||||
cxx_exported_platform_linker_flags = [
|
||||
(
|
||||
"macosx-x86_64",
|
||||
[
|
||||
"-framework",
|
||||
"JavaScriptCore",
|
||||
],
|
||||
),
|
||||
],
|
||||
cxx_platform_deps = [
|
||||
(
|
||||
"^(linux|gcc|platform)",
|
||||
[
|
||||
"xplat//jsc:jsc",
|
||||
],
|
||||
),
|
||||
],
|
||||
fbandroid_compiler_flags = [
|
||||
"-fexceptions",
|
||||
|
Loading…
x
Reference in New Issue
Block a user