Skip to content

Commit

Permalink
remove libsecp from libsodium deploy option
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Dec 5, 2024
1 parent 2c04009 commit 2eb241f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/cnode-helper-scripts/guild-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ build_dependencies() {

# Build fork of libsodium
build_libsodium() {
build_libsecp
echo -e "\nBuilding libsodium ..."
SODIUM_REF="$(jq -r '."'${CARDANO_NODE_VERSION}'".sodium' <<< ${NODE_DEPS})"
if ! grep -q "/usr/local/lib:\$LD_LIBRARY_PATH" "${HOME}"/.bashrc; then
Expand Down

0 comments on commit 2eb241f

Please sign in to comment.