We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting the following error:
Dependency zix-0 found: NO. Found 0.4.2 but need: '>= 0.6.0'
build-ffmpeg.sh is hard-coded for zix 0.4.2
The text was updated successfully, but these errors were encountered:
Replacing lines 1892-1900 with the following fixes the issue:
find_git_repo "drobilla/zix" "1" "T" if build "zix" "$repo_version"; then download "https://github.com/drobilla/zix/archive/refs/tags/v$repo_version.tar.gz" "zix-$repo_version.tar.gz" extracmds=("-D"{benchmarks,docs,singlehtml,tests,tests_cpp}"=disabled") execute meson setup build --prefix="$workspace" --buildtype=release --default-library=static --strip "${extracmds[@]}" execute ninja "-j$threads" -C build execute sudo ninja -C build install build_done "zix" "$repo_version" fi
Sorry, something went wrong.
No branches or pull requests
I'm getting the following error:
Dependency zix-0 found: NO. Found 0.4.2 but need: '>= 0.6.0'
build-ffmpeg.sh is hard-coded for zix 0.4.2
The text was updated successfully, but these errors were encountered: