We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c3baf commit 7cead12Copy full SHA for 7cead12
1 file changed
scripts/utils-wolfssl.sh
@@ -24,7 +24,7 @@
24
#
25
26
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
27
-WOLFSSL_GIT="https://github.com/wolfSSL/wolfssl.git"
+WOLFSSL_GIT=${WOLFSSL_GIT:-"https://github.com/wolfSSL/wolfssl.git"}
28
WOLFSSL_TAG=${WOLFSSL_TAG:-"v5.6.3-stable"}
29
WOLFSSL_SOURCE_DIR=${SCRIPT_DIR}/../wolfssl-source
30
WOLFSSL_INSTALL_DIR=${SCRIPT_DIR}/../wolfssl-install
0 commit comments