We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d048cc commit 5ecfd9cCopy full SHA for 5ecfd9c
check-wheel.sh
@@ -38,7 +38,7 @@ fi
38
if test "$(uname)" = Darwin; then
39
runpath='@executable_path/../lib/|@loader_path/'
40
soregex='\..*\.dylib'
41
- runlibs='lib(mpi|pmpi|System)'$soregex
+ runlibs='lib(mpi|pmpi|System|objc)'$soregex
42
runlibs=$runlibs'|(Foundation|IOKit)\.framework'
43
libsdir=.dylibs
44
print-runpath() { otool -l "$1" | sed -n '/RPATH/{n;n;p;}'; }
0 commit comments