Skip to content

Commit 816778d

Browse files
committed
fix undefined _Unwind_Resume error
1 parent 5716585 commit 816778d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ReactAndroid/src/main/jni/react/jscexecutor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ target_include_directories(jscexecutor PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
1616
target_link_libraries(jscexecutor
1717
jsireact
1818
jscruntime
19+
unwind # static link libunwind.a from NDK >= 23 to fix undefined `_Unwind_Resume` runtime error
1920
fb
2021
fbjni
2122
folly_runtime

0 commit comments

Comments
 (0)