diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-02 22:25:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-04 19:37:38 +0200 |
| commit | d5a4751d97bfd4e505ad7b319fc5d3d297c291f0 (patch) | |
| tree | b1860aebd0130d94236b982d91397890d5d7e254 | |
| parent | 1f2c760780607c00befea92971be7e3b09c4900c (diff) | |
Missing DYLD_LIBRARY_PATH for macOS.
| -rwxr-xr-x | run/test/subs_in_out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run/test/subs_in_out b/run/test/subs_in_out index 3fc57ab1..513294d1 100755 --- a/run/test/subs_in_out +++ b/run/test/subs_in_out @@ -1,6 +1,8 @@ #!/bin/bash export LD_LIBRARY_PATH=build/src:build/asdcplib/src:$LD_LIBRARY_PATH +# SIP stops this being passed in from the caller's environment +export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/10.10/lib if [ "$1" == "--debug" ]; then shift gdb --args build/test/subs_in_out "$@" |
