Skip to content

Commit

Permalink
add sudo for jpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 8, 2024
1 parent d8701e7 commit d6e88f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multibuild/library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function build_jpeg {
(cd jpeg-${JPEG_VERSION} \
&& ./configure --prefix=$BUILD_PREFIX \
&& make -j4 \
&& make install)
&& if [ -n "$IS_OSX" ]; then sudo make install; else make install; fi)
touch jpeg-stamp
}

Expand Down

0 comments on commit d6e88f1

Please sign in to comment.