We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac1c9a commit bb01ebfCopy full SHA for bb01ebf
build-ffmpeg
@@ -762,7 +762,7 @@ if ! $DISABLE_LV2 ; then
762
fi
763
if build "zix" "0.6.2"; then
764
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
+ execute meson setup build --prefix="${WORKSPACE}" --buildtype=release --default-library=static --libdir="${WORKSPACE}"/lib
766
cd build || exit
767
execute meson configure -Dc_args="-march=native" -Dprefix="${WORKSPACE}" -Dlibdir="${WORKSPACE}"/lib
768
execute meson compile
0 commit comments