Skip to content

Commit

Permalink
macos: fix dylib installl path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 23, 2024
1 parent 241170f commit 2fd85d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/onnxruntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if(SCORE_DEPLOYMENT_BUILD AND NOT OSSIA_USE_SYSTEM_LIBRARIES)
if(APPLE)
install(
FILES ${ONNXRUNTIME_FILES}
DESTINATION "ossia score.app/Frameworks"
DESTINATION "ossia score.app/Contents/Frameworks"
COMPONENT OssiaScore)
elseif(WIN32)
install(
Expand Down

0 comments on commit 2fd85d4

Please sign in to comment.