File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ if [ "${TOTAL_DYLIB}" != "${UNIVERSAL_DYLIB}" ] ; then
114114 exit 1
115115fi
116116
117+ echo " Dynamic Libraries are confirmed as universal"
118+
117119TOTAL_SO=$( /usr/bin/find " $TOOLSDIR /payload/${FRAMEWORKDIR} /Python.framework/Versions/Current/lib" -name " *.so" | /usr/bin/wc -l | /usr/bin/xargs)
118120UNIVERSAL_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)
119121if [ " ${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
124126fi
127+
128+ echo " Shared objects are confirmed as universal"
You can’t perform that action at this time.
0 commit comments