Skip to content

Commit

Permalink
fix: shared library path
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Oct 14, 2023
1 parent a10f989 commit 6c62cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ task :update_library_macos do
sh "install_name_tool -id @loader_path/sharpyuv.bundle #{BUILD_ARCH_DIR}/sharpyuv.bundle"
sh "install_name_tool -change #{path_libwebp} @loader_path/webp.bundle #{BUILD_ARCH_DIR}/webpdemux.bundle"
sh "install_name_tool -change #{path_libwebp} @loader_path/webp.bundle #{BUILD_ARCH_DIR}/webpmux.bundle"
sh "install_name_tool -change #{path_libsharpyuv} @loader_path/sharpyuv.bundle #{BUILD_ARCH_DIR}/webp.bundle"

sh "otool -L #{BUILD_ARCH_DIR}/webp.bundle"
sh "otool -L #{BUILD_ARCH_DIR}/webpdecoder.bundle"
Expand Down

0 comments on commit 6c62cfd

Please sign in to comment.