bwanshoom
bwanshoom
This is only applicable if instance_url is passed. If that parameter is omitted, it works correctly.
I was just running the script out of the box - if that's not needed then maybe it should be updated in the script?
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...