When compiling 1.12.4 with system p7zip, make install fails with
for j in 7z ; do \
[ -L /build/julia/pkg/julia/usr/lib/julia/$j ] && continue; \
patchelf --set-rpath '$ORIGIN/.' /build/julia/pkg/julia/usr/lib/julia/$j || exit 1; \
done
patchelf: getting info about '/build/julia/pkg/julia/usr/lib/julia/7z': No such file or directory
make: *** [Makefile:361: install] Error 1
Likely caused by 4539b7b
When compiling 1.12.4 with system p7zip, make install fails with
Likely caused by 4539b7b