Skip to content

Commit

Permalink
chore: Update shared library destination for Linux and Unix platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jun 25, 2024
1 parent 854d87e commit c99468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildSherpaOnnx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ else()
DESTINATION ${SHARED_LIBRARY_DESTINATION})
endif()
if(UNIX AND NOT APPLE)
install(FILES ${INSTALL_DIR}/lib/libpiper_phonemize.1.so ${INSTALL_DIR}/lib/libpiper_phonemize.1.2.0.so
install(FILES ${INSTALL_DIR}/lib/libpiper_phonemize.so.1 ${INSTALL_DIR}/lib/libpiper_phonemize.so.1.2.0
${INSTALL_DIR}/lib/libonnxruntime.so.1.17.1 DESTINATION ${SHARED_LIBRARY_DESTINATION})
endif()
endif()
Expand Down

0 comments on commit c99468a

Please sign in to comment.