diff --git a/Compiling-from-source.md b/Compiling-from-source.md index 1efef0f..d434875 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -228,7 +228,7 @@ Define some local variables to point to the local library. `$ export LOCAL_LIB="$HOME/usr/lib"` -`$ export CONFIGURE_ARGS="--with-curl=$LOCAL_LIB/curl --with-crypto=$LOCAL_LIB/openssl --host=x86_64-w64-mingw32"` +`$ export CONFIGURE_ARGS="--with-curl=$LOCAL_LIB/curl --host=x86_64-w64-mingw32"` Adjust for gcc version: