Set LD_LIBRARY for BSD so make check works

This commit is contained in:
Cary R 2026-05-16 23:15:56 -07:00
parent ca3a00a51a
commit 86546b5960
1 changed files with 3 additions and 0 deletions

View File

@ -315,6 +315,9 @@ case "$host_os" in
linux*)
ENV_VVP="LD_LIBRARY_PATH=$VVP_BUILDDIR"
;;
*bsd*)
ENV_VVP="LD_LIBRARY_PATH=$VVP_BUILDDIR"
;;
darwin*)
ENV_VVP="DYLD_LIBRARY_PATH=$VVP_BUILDDIR"
;;