Skip to content

Commit bb01ebf

Browse files
author
Markus Perl
committed
Multiple packages updated
1 parent 7ac1c9a commit bb01ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ if ! $DISABLE_LV2 ; then
762762
fi
763763
if build "zix" "0.6.2"; then
764764
download "https://gitlab.com/drobilla/zix/-/archive/v$CURRENT_PACKAGE_VERSION/zix-v$CURRENT_PACKAGE_VERSION.tar.gz" "zix-v$CURRENT_PACKAGE_VERSION.tar.gz"
765-
execute meson setup build
765+
execute meson setup build --prefix="${WORKSPACE}" --buildtype=release --default-library=static --libdir="${WORKSPACE}"/lib
766766
cd build || exit
767767
execute meson configure -Dc_args="-march=native" -Dprefix="${WORKSPACE}" -Dlibdir="${WORKSPACE}"/lib
768768
execute meson compile

0 commit comments

Comments
 (0)