Skip to content

Commit 13b8ce5

Browse files
committed
revert 3a8fceb dylib stuff
1 parent 7174295 commit 13b8ce5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/macos/get-dylibs.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ INSTALLDIR=$1
44

55
while true; do
66
EXES=$(find $INSTALLDIR -type f -perm -u+x)
7-
EXES="$EXES $(find $INSTALLDIR -type f -name "*.dylib")"
8-
echo "EXES: $EXES"
97
LIBS=$(otool -L $EXES | grep -E "/opt/homebrew|/usr/local/opt" | grep -v python | sort | uniq | grep -o -E "/.*\.dylib")
10-
echo "LIBS: $LIBS"
118

129
if [ ! $LIBS ]; then
1310
echo "All libraries done"

0 commit comments

Comments
 (0)