You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add -lzstd to RT_LIBS and when USE_SYSTEM_LLVM=1 (#59475)
Rather than depending on `llvm-config --system-libs` to link libzstd to
libjulia-internal, we should ask for it explicitly, since we now depend
on it even if LLVM was not configured with zstd.
Possibly fixes the error in
JuliaPackaging/Yggdrasil#11999 (comment)
0 commit comments