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 Jul 2, 2024
1 parent 117234c commit cc887a3
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 cc887a3

Please sign in to comment.