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 819f40c commit 640774fCopy full SHA for 640774f
bin/install-password-argon2
@@ -20,4 +20,5 @@ make install PREFIX=$LIBARGON2_INSTALL_DIR
20
popd
21
22
# add the option in custom_configure_options
23
-echo "--with-password-argon2=$LIBARGON2_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
+#echo "--with-password-argon2=$LIBARGON2_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
24
+echo "--with-password-argon2" >> $TRAVIS_BUILD_DIR/custom_configure_options
0 commit comments