mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 19:57:13 +09:00
Use make distclean for cleanup; tell the user where it's been installed
This commit is contained in:
+3
-1
@@ -45,6 +45,8 @@ make clean && make -j3 install
|
||||
lipo -create "$IOS_PREFIX/lib/libsodium.a" "$OSX_PREFIX/lib/libsodium.a" -output "$PREFIX/libsodium.a"
|
||||
cp -r "$IOS_PREFIX/include" "$PREFIX/include"
|
||||
|
||||
echo "libsodium has been installed into $PREFIX"
|
||||
|
||||
# Cleanup
|
||||
rm -rf "$PREFIX/tmp"
|
||||
rm Makefile
|
||||
make distclean
|
||||
|
||||
Reference in New Issue
Block a user