summaryrefslogtreecommitdiff
path: root/setenv-ios.sh
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-12-22 05:24:16 -0500
committerJeffrey Walton <noloader@gmail.com>2016-12-22 05:24:16 -0500
commit182f87eeacea3d6571100bf7e486177798a5c1d9 (patch)
tree806738a3c130cd88b74ac4131d31188af767b095 /setenv-ios.sh
parentd40b0cdda0135140ae179b43ecac106d7d16b328 (diff)
downloadcryptopp-git-182f87eeacea3d6571100bf7e486177798a5c1d9.tar.gz
Add info on creating versioned shared object
Also see http://stackoverflow.com/q/41255199
Diffstat (limited to 'setenv-ios.sh')
-rwxr-xr-xsetenv-ios.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/setenv-ios.sh b/setenv-ios.sh
index 92bc39bc..cd9469b7 100755
--- a/setenv-ios.sh
+++ b/setenv-ios.sh
@@ -285,8 +285,9 @@ fi
echo
echo "*******************************************************************************"
-echo "It looks the the environment is set correctly. Your next step is"
-echo "build the library with 'make -f GNUmakefile-cross'"
+echo "It looks the the environment is set correctly. Your next step is build"
+echo "the library with 'make -f GNUmakefile-cross'. You can create a versioned"
+echo "shared object using 'HAS_SOLIB_VERSION=1 make -f GNUmakefile-cross'"
echo "*******************************************************************************"
echo