diff options
Diffstat (limited to 'make/scripts/tests-osx-x64-custom.sh')
-rwxr-xr-x | make/scripts/tests-osx-x64-custom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-osx-x64-custom.sh b/make/scripts/tests-osx-x64-custom.sh index 88587f086..16a56285b 100755 --- a/make/scripts/tests-osx-x64-custom.sh +++ b/make/scripts/tests-osx-x64-custom.sh @@ -1,6 +1,6 @@ #! /bin/bash -export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH +export DYLD_LIBRARY_PATH=/usr/local/libav:$DYLD_LIBRARY_PATH spath=`dirname $0` |