diff options
-rwxr-xr-x | .travis/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/run.sh b/.travis/run.sh index a1788f8f..c22ded22 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -33,5 +33,5 @@ source ~/.venv/bin/activate tox -- $TOX_FLAGS # Output information about linking of the OpenSSL library on OS X if [[ "$(uname -s)" == "Darwin" ]]; then - otool -L `find .tox -name _openssl.so` + otool -L `find .tox -name _openssl*.so` fi |