Skip to content

Commit a85be1e

Browse files
committed
another echo
1 parent 60ecea3 commit a85be1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_python_framework

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ if [ "${TOTAL_DYLIB}" != "${UNIVERSAL_DYLIB}" ] ; then
114114
exit 1
115115
fi
116116

117+
echo "Dynamic Libraries are confirmed as universal"
118+
117119
TOTAL_SO=$(/usr/bin/find "$TOOLSDIR/payload/${FRAMEWORKDIR}/Python.framework/Versions/Current/lib" -name "*.so" | /usr/bin/wc -l | /usr/bin/xargs)
118120
UNIVERSAL_SO=$(/usr/bin/find "$TOOLSDIR/payload/${FRAMEWORKDIR}/Python.framework/Versions/Current/lib" -name "*.so" | /usr/bin/xargs file | /usr/bin/grep "2 architectures" | /usr/bin/wc -l | /usr/bin/xargs)
119121
if [ "${TOTAL_SO}" != "${UNIVERSAL_SO}" ] ; then
@@ -122,3 +124,5 @@ if [ "${TOTAL_SO}" != "${UNIVERSAL_SO}" ] ; then
122124
echo "Universal shared objects found: ${UNIVERSAL_SO}"
123125
exit 1
124126
fi
127+
128+
echo "Shared objects are confirmed as universal"

0 commit comments

Comments
 (0)