parent
199c00f30a
commit
4132d85888
|
|
@ -14,7 +14,7 @@ PLATFORMS=(iPhoneOS iPhoneSimulator WatchOS WatchSimulator AppleTVOS AppleTVSimu
|
||||||
for platform in ${PLATFORMS[@]}
|
for platform in ${PLATFORMS[@]}
|
||||||
do
|
do
|
||||||
make -f GNUmakefile-cross distclean > /dev/null 2>&1
|
make -f GNUmakefile-cross distclean > /dev/null 2>&1
|
||||||
|
|
||||||
MESSAGE="Testing for Xcode support of $platform"
|
MESSAGE="Testing for Xcode support of $platform"
|
||||||
LEN=${#MESSAGE}
|
LEN=${#MESSAGE}
|
||||||
HEADER=$(seq -f "*" -s '' $LEN)
|
HEADER=$(seq -f "*" -s '' $LEN)
|
||||||
|
|
@ -35,6 +35,6 @@ do
|
||||||
make -f GNUmakefile-cross static dynamic cryptest.exe
|
make -f GNUmakefile-cross static dynamic cryptest.exe
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo "$platform not supported by Xcode"
|
echo "$platform not supported by Xcode"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue