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 6e5d8c8 commit d8c8513Copy full SHA for d8c8513
bin/install-libzip
@@ -38,7 +38,7 @@ make install
38
popd
39
40
# add the option in custom_configure_options
41
-if [[ "$(printf "7.3\n$VERSION" | sort -V | head -n1)" < "7.4" ]]; then
+if [[ "$(printf "7.4\n$VERSION" | sort -V | head -n1)" < "7.4" ]]; then
42
echo "--with-libzip=$LIBZIP_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
43
else
44
echo "--with-zip=$LIBZIP_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
0 commit comments