Skip to content

Commit

Permalink
chore: Update shared library destination for Linux platform
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jun 24, 2024
1 parent d25d726 commit 8b0f607
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 @@ -38,7 +38,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_SOURCE_DIR}/release/$<CONFIG>/${PROJECT_NAME}/64bit)
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 8b0f607

Please sign in to comment.