Skip to content

Commit 4253280

Browse files
committed
[WARP] Fix headless builds depending on binaryninjaui
1 parent 68672b4 commit 4253280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/warp/api/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif()
1919
# Make sure the core rust dylib is built before warp_api.
2020
add_dependencies(warp_api warp_ninja)
2121

22-
target_link_libraries(warp_api binaryninjaui)
22+
target_link_libraries(warp_api binaryninjaapi)
2323

2424
if (NOT DEMO)
2525
add_subdirectory(python)

0 commit comments

Comments
 (0)