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.
master
1 parent cd05a8a commit 79617c2Copy full SHA for 79617c2
bin/install-libsodium
@@ -21,7 +21,7 @@ make install
21
popd
22
23
# add the option in custom_configure_options
24
-if [[ "$(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.4" ]]; 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