Skip to content

Commit e27e538

Browse files
authored
Fix iwasm build error when WAMR_BUILD_WASI_NN enabled (#4138)
2 parents c6f9344 + dde6477 commit e27e538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/iwasm/libraries/wasi-nn/cmake/wasi_nn.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(WAMR_BUILD_WASI_NN_TFLITE EQUAL 1)
3939
target_link_libraries(
4040
wasi_nn_tflite
4141
PUBLIC
42-
libiwasm
42+
vmlib
4343
tensorflow-lite
4444
)
4545

@@ -71,7 +71,7 @@ if(WAMR_BUILD_WASI_NN_OPENVINO EQUAL 1)
7171
target_link_libraries(
7272
wasi_nn_openvino
7373
PUBLIC
74-
libiwasm
74+
vmlib
7575
openvino::runtime
7676
openvino::runtime::c
7777
)
@@ -100,7 +100,7 @@ if(WAMR_BUILD_WASI_NN_LLAMACPP EQUAL 1)
100100
target_link_libraries(
101101
wasi_nn_llamacpp
102102
PUBLIC
103-
libiwasm
103+
vmlib
104104
cjson
105105
common
106106
ggml

0 commit comments

Comments
 (0)