Skip to content

Commit 5ecfd9c

Browse files
committed
macOS: Ignore depencency on system libobjc.*.dylib
1 parent 5d048cc commit 5ecfd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-wheel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838
if test "$(uname)" = Darwin; then
3939
runpath='@executable_path/../lib/|@loader_path/'
4040
soregex='\..*\.dylib'
41-
runlibs='lib(mpi|pmpi|System)'$soregex
41+
runlibs='lib(mpi|pmpi|System|objc)'$soregex
4242
runlibs=$runlibs'|(Foundation|IOKit)\.framework'
4343
libsdir=.dylibs
4444
print-runpath() { otool -l "$1" | sed -n '/RPATH/{n;n;p;}'; }

0 commit comments

Comments
 (0)