Skip to content

Commit

Permalink
[build] Fix install dir of executorch filter
Browse files Browse the repository at this point in the history
Let executorch filter static lib be installed in nnstreamer_libdir.

Signed-off-by: Yongjoo Ahn <[email protected]>
  • Loading branch information
anyj0527 authored and jaeyun-jung committed Nov 13, 2024
1 parent 2fcbd9a commit 1dbbfcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/nnstreamer/tensor_filter/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ if executorch_support_is_available
filter_sub_executorch_sources,
dependencies: nnstreamer_filter_executorch_deps,
install: true,
install_dir: filter_subplugin_install_dir
install_dir: nnstreamer_libdir
)
endif

Expand All @@ -889,7 +889,7 @@ if executorch_llama_support_is_available
filter_sub_executorch_sources,
dependencies: nnstreamer_filter_executorch_llama_deps,
install: true,
install_dir: filter_subplugin_install_dir
install_dir: nnstreamer_libdir
)
endif

Expand Down

0 comments on commit 1dbbfcb

Please sign in to comment.