aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-24 09:59:52 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-24 09:59:52 -0500
commit7f9100dae0bbd48ec2219c4ac7cfaff626020124 (patch)
treea7685ae4dc925054c8a0b97cb0e1d1003a686c9b
parent3e506611769d97b39ab8a7a08c84c5b9c7e4fa81 (diff)
downloadspmc-7f9100dae0bbd48ec2219c4ac7cfaff626020124.tar.gz
Set LD_LIBRARY_PATH to help tether the runtime environment
-rwxr-xr-xscripts/spmbuild1
1 files changed, 1 insertions, 0 deletions
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() {