From 19d0175b4365cc6f57abcccb313e58347486ed7e Mon Sep 17 00:00:00 2001 From: JayDDee Date: Thu, 2 Jan 2025 12:34:04 -0500 Subject: [PATCH] Updated Compiling from source (markdown) --- Compiling-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: