nc-wc-ndk_pub/wolfssl/get_wolfssl_src.sh

5 lines
112 B
Bash

#!/bin/sh
git clone https://github.com/wolfSSL/wolfssl.git
git checkout v3.10.0-stable
git checkout -b building