Skip to content

Commit 7cead12

Browse files
author
Andras Fekete
committed
Give possibility to use other forks
1 parent f1c3baf commit 7cead12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/utils-wolfssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#
2525

2626
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
27-
WOLFSSL_GIT="https://github.com/wolfSSL/wolfssl.git"
27+
WOLFSSL_GIT=${WOLFSSL_GIT:-"https://github.com/wolfSSL/wolfssl.git"}
2828
WOLFSSL_TAG=${WOLFSSL_TAG:-"v5.6.3-stable"}
2929
WOLFSSL_SOURCE_DIR=${SCRIPT_DIR}/../wolfssl-source
3030
WOLFSSL_INSTALL_DIR=${SCRIPT_DIR}/../wolfssl-install

0 commit comments

Comments
 (0)