Skip to content

Commit

Permalink
fix build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Oct 14, 2023
1 parent 523d51f commit a73dfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-shotcut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ function set_globals {
if test "$ENABLE_OPENCV" = 1 ; then
SUBDIRS="opencv opencv_contrib $SUBDIRS"
fi
if test "$ENABLE_LIBWEBP" = 1 ; then
if test "$ENABLE_LIBWEBP" = 1 && test "$LIBWEBP_HEAD" = 1 -o "$LIBWEBP_REVISION" != ""; then
SUBDIRS="libwebp $SUBDIRS"
fi
fi
Expand Down

0 comments on commit a73dfe6

Please sign in to comment.