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 6c62cfd commit 3226354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ task :update_library_macos do
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 "install_name_tool -change #{path_libsharpyuv} @loader_path/sharpyuv.bundle #{BUILD_ARCH_DIR}/webpdemux.bundle"
sh "install_name_tool -change #{path_libsharpyuv} @loader_path/sharpyuv.bundle #{BUILD_ARCH_DIR}/webpmux.bundle"

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

0 comments on commit 3226354

Please sign in to comment.