diff options
| -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 "$@" |
