Skip to content

Commit

Permalink
bump libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Aug 2, 2024
1 parent b2fe3bf commit fe0e180
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
[submodule "external/libsodium"]
path = external/libsodium
url = https://github.com/jedisct1/libsodium.git
branch = stable
[submodule "external/unbound"]
path = external/unbound
url = https://github.com/NLnetLabs/unbound.git
Expand Down
4 changes: 3 additions & 1 deletion external/ios/libsodium_apple-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ build_ios() {

mkdir -p "${PREFIX}/tmp"

echo "Building for iOS..."
echo "Building for iOS... ($LOG_FILE)"
./autogen.sh
./configure
build_ios >"$LOG_FILE" 2>&1 || exit 1

echo "Adding the Clibsodium module map for Swift..."
Expand Down
2 changes: 1 addition & 1 deletion external/libsodium
Submodule libsodium updated 169 files

0 comments on commit fe0e180

Please sign in to comment.