Skip to content

Commit 145a095

Browse files
committed
Fix cross UI embed helper target
1 parent 573bb26 commit 145a095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/ui/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ if(CMAKE_CROSSCOMPILING)
100100
COMMENT "Building llama-ui-embed (host)"
101101
VERBATIM
102102
)
103-
add_custom_target(llama-ui-embed-host DEPENDS "${LLAMA_UI_EMBED_EXE}")
104-
set(LLAMA_UI_EMBED_TARGET llama-ui-embed-host)
103+
add_custom_target(llama-ui-embed-host-target DEPENDS "${LLAMA_UI_EMBED_EXE}")
104+
set(LLAMA_UI_EMBED_TARGET llama-ui-embed-host-target)
105105
else()
106106
message(STATUS "UI: no usable host C++ compiler, using CMake asset emitter")
107107
set(LLAMA_UI_EMBED_EXE "")

0 commit comments

Comments
 (0)