Skip to content

Commit 3fa26bc

Browse files
committed
Install libjpeg-turbo rather than libjpeg
1 parent acdc686 commit 3fa26bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/macos/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
# Install Homebrew dependencies
2222

2323
brew update
24-
brew install --quiet ccache doxygen gettext libjpeg libpng node@18 pkg-config protobuf uv
24+
brew install --quiet ccache doxygen gettext libjpeg-turbo libpng node@18 pkg-config protobuf uv
2525

2626
##
2727
# Configure ccache

0 commit comments

Comments
 (0)