From 7f9100dae0bbd48ec2219c4ac7cfaff626020124 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 24 Feb 2020 09:59:52 -0500 Subject: Set LD_LIBRARY_PATH to help tether the runtime environment --- scripts/spmbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/spmbuild') diff --git a/scripts/spmbuild b/scripts/spmbuild index d2cae42..4949d4d 100755 --- a/scripts/spmbuild +++ b/scripts/spmbuild @@ -153,6 +153,7 @@ function spm_build_initialize_stage2() { fi source <(spm_build_mkruntime "${SPM_BUILD_RUNTIME}") + export LD_LIBRARY_PATH="${SPM_BUILD_RUNTIME}/lib" } function spm_build_cleanup() { -- cgit