Skip to content

Commit

Permalink
Merge pull request #5 from occ-ai/roy.fix_linux_build_lib_location
Browse files Browse the repository at this point in the history
chore: Update shared library destination for Linux and Unix platforms
  • Loading branch information
royshil authored Jul 2, 2024
2 parents 117234c + cc887a3 commit 837c2f8
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 @@ -42,7 +42,7 @@ if(WIN32)
elseif(APPLE)
set(SHARED_LIBRARY_DESTINATION ${CMAKE_SOURCE_DIR}/release/$<CONFIG>/${PROJECT_NAME}.plugin/Contents/Frameworks)
else()
set(SHARED_LIBRARY_DESTINATION ${CMAKE_BINARY_DIR}/release/$<CONFIG>/lib/x86_64-linux-gnu/obs-plugins)
set(SHARED_LIBRARY_DESTINATION ${CMAKE_SOURCE_DIR}/release/$<CONFIG>/lib/x86_64-linux-gnu/obs-plugins)
endif()

foreach(lib ${SHERPA_LIBS})
Expand Down

0 comments on commit 837c2f8

Please sign in to comment.