Skip to content

Commit

Permalink
fix installing bigsh0t 360 plugins on mac/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jun 7, 2022
1 parent 3a0436d commit eefb12e
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 @@ -1343,7 +1343,7 @@ EOF
cmd ninja install
fi
elif test "bigsh0t" = "$1" ; then
log "skipping install for bigsh0t, which has no install target"
cmd install -p -c *.so "$FINAL_INSTALL_DIR"/lib/frei0r-1 || die "Unable to install $1"
elif test "dav1d" = "$1" -o "rubberband" = "$1" ; then
cmd meson install -C builddir || die "Unable to install $1"
elif test "aom" = "$1" -o "mlt" = "$1" -o "x265" = "$1" ; then
Expand Down

0 comments on commit eefb12e

Please sign in to comment.