summaryrefslogtreecommitdiff
path: root/TestScripts/setenv-ios.sh
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-03-10 15:40:18 -0400
committerJeffrey Walton <noloader@gmail.com>2020-03-10 15:40:18 -0400
commit25bd9d5e72d0e8a54003dffe49a23e520ce1744b (patch)
tree22d7e6b983ee8b619038d653b2e9d77ca74eb1b7 /TestScripts/setenv-ios.sh
parent09d374f6397740fae7cb2c161c62c7f759ed70cf (diff)
downloadcryptopp-git-25bd9d5e72d0e8a54003dffe49a23e520ce1744b.tar.gz
Add additional platforms to cryptest-ios.sh
Diffstat (limited to 'TestScripts/setenv-ios.sh')
-rwxr-xr-xTestScripts/setenv-ios.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/TestScripts/setenv-ios.sh b/TestScripts/setenv-ios.sh
index 128d8173..31a6bc14 100755
--- a/TestScripts/setenv-ios.sh
+++ b/TestScripts/setenv-ios.sh
@@ -13,9 +13,9 @@
##### Some validation #####
#########################################
-# In the past we could infer arch or cpu from the SDK (and mostly
-# vice-versa). Nowadays we need it set for us because Apple platforms
-# can be either 32-bit or 64-bit.
+# In the past we could mostly infer arch or cpu from the SDK (and mostly
+# vice-versa). Nowadays we need the user to set it for us because Apple
+# platforms have both 32-bit or 64-bit variations.
if [ -z "$IOS_SDK" ]; then
echo "IOS_SDK is not set. Please set it"