nc-wc-ndk_pub/wolfssl/get_wolfssl_src.sh

8 lines
188 B
Bash
Executable File

#!/bin/sh
# from src/main/cpp/
cd src/main/cpp/wolfssl-oem
git clone https://github.com/wolfSSL/wolfssl.git wolfssl-git
cd wolfssl-git
git checkout v3.10.0-stable
git checkout -b building