Skip to content

Commit ca0d1a5

Browse files
andycallclaude
andcommitted
fix(bridge): link js_profiler_hooks to webf target to fix build
The js_profiler_hooks static library was only linked to quickjs and qjsc targets but not to the webf shared library, causing undefined reference errors for profiler hook symbols during CI builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 63f0106 commit ca0d1a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bridge/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ if (${WEBF_JS_ENGINE} MATCHES "quickjs")
207207
list(APPEND BRIDGE_INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/third_party/modp_b64/include)
208208
list(APPEND BRIDGE_LINK_LIBS quickjs)
209209
list(APPEND BRIDGE_LINK_LIBS modb)
210+
list(APPEND BRIDGE_LINK_LIBS js_profiler_hooks)
210211

211212
list(APPEND BRIDGE_SOURCE
212213
# Binding files

0 commit comments

Comments
 (0)