Skip to content

Commit

Permalink
Update JSCRuntime.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Aug 16, 2023
1 parent 84833e1 commit c0adf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/jsc/JSCRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class JSCRuntime : public jsi::Runtime {
#define _JSC_NO_ARRAY_BUFFERS
#endif
// [macOS
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 164000
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 160400
#define _JSC_HAS_INSPECTABLE
#endif
// macOS]
Expand Down

0 comments on commit c0adf7a

Please sign in to comment.