Commit 6b3f026
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
0 commit comments