diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-24 09:59:52 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-24 09:59:52 -0500 |
commit | 7f9100dae0bbd48ec2219c4ac7cfaff626020124 (patch) | |
tree | a7685ae4dc925054c8a0b97cb0e1d1003a686c9b | |
parent | 3e506611769d97b39ab8a7a08c84c5b9c7e4fa81 (diff) | |
download | spmc-7f9100dae0bbd48ec2219c4ac7cfaff626020124.tar.gz |
Set LD_LIBRARY_PATH to help tether the runtime environment
-rwxr-xr-x | scripts/spmbuild | 1 |
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() { |