Skip to content

Commit 6b3f026

Browse files
kraenhansenclaude
andcommitted
host: link the renamed hermesvm prefab module on Android
React Native renamed the prefab module published by `hermes-engine` from `libhermes` to `hermesvm` between 0.81 and 0.83 — the Android counterpart of the `hermesvm` framework this branch already links against on Apple platforms. This CMakeLists has been on `libhermes` since #308, which was correct while the repo targeted 0.81, and stayed behind when this branch jumped to 0.87/0.88. Without it CMake fails to configure: Target "node-api-host" links to target "hermes-engine::libhermes" but the target was not found. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 0c33265 commit 6b3f026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/host/android/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ target_link_libraries(node-api-host
2828
log
2929
ReactAndroid::reactnative
3030
ReactAndroid::jsi
31-
hermes-engine::libhermes
31+
hermes-engine::hermesvm
3232
weak-node-api
3333
# react_codegen_NodeApiHostSpec
3434
)

0 commit comments

Comments
 (0)