We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6195a7e commit 003bc7aCopy full SHA for 003bc7a
bin/install-libsodium
@@ -21,7 +21,7 @@ make install
21
popd
22
23
# add the option in custom_configure_options
24
-if [[ $VERSION =~ ^master$ ]] || [[ "$(printf "7.4\n$VERSION" | sort -V | head -n1)" >= "7.4" ]]; then
+if [[ $VERSION =~ ^master$ ]] || [[ "$(printf "7.4\n$VERSION" | sort -V | head -n1)" > "7.3.9999999999" ]]; then
25
echo "--with-sodium=$LIBSODIUM_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
26
else
27
echo "--with-libsodium=$LIBSODIUM_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
0 commit comments