nc-wc-ndk_pub/init.sh

14 lines
255 B
Bash
Executable File

#!/bin/sh
#### #### #### ####
# configure project, checkout wolfssl source code
#### #### #### ####
WOLF_BRANCH='v3.10.0-stable'
# checkout wolfssl
cd wolfssl-lib
# this dot is the same as "source" of the file
. get_wolfssl_src.sh $WOLF_BRANCH
cd ..