Skip to content

Commit

Permalink
refactor: update build-liboqs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Nov 6, 2023
1 parent dd11ce9 commit 51acc44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-liboqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ set -e

# Clone liboqs
echo "=> Clone liboqs"
mkdir -p submodules
cd submodules
git clone --depth 1 --branch ${BRANCH} https://github.com/ivpn/liboqs
if [ ! -d "liboqs" ] ; then
git clone --depth 1 --branch ${BRANCH} https://github.com/ivpn/liboqs
fi
cd liboqs

# liboqs for iphoneos
Expand Down

0 comments on commit 51acc44

Please sign in to comment.