Merge branch 'master' of github.com:jedisct1/libsodium

* 'master' of github.com:jedisct1/libsodium:
  Update the link to droid-wrapper
This commit is contained in:
Frank Denis 2013-10-30 06:49:26 -07:00
commit de0d497a28

View File

@ -3,7 +3,7 @@
# Note that this script requires droid-wrapper
if [ x`which droid-gcc` = x ]; then
echo "This build script requires droid-wrapper."
echo https://github.com/tmurakam/droid-wrapper
echo https://github.com/jevinskie/droid-wrapper
exit 1
fi