|
|
@ -46,6 +46,11 @@ pushd "${PARENT_DIR}" |
|
|
|
git clone -b "master" https://pep-security.lu/gitlab/misc/sqlite.git |
|
|
|
# build with Engine Xcode project |
|
|
|
fi |
|
|
|
PEP_TRANSPORT_DIR="${PARENT_DIR}/libpEpTransport" |
|
|
|
if [ ! -d "${PEP_TRANSPORT_DIR}" ]; then |
|
|
|
git clone -b "master" https://gitea.pep.foundation/pEp.foundation/libpEpTransport.git |
|
|
|
# build with Engine Xcode project |
|
|
|
fi |
|
|
|
LIBETPAN_DIR="${PARENT_DIR}/libetpan" |
|
|
|
if [ ! -d "${LIBETPAN_DIR}" ]; then |
|
|
|
# git clone -b "master" https://gitea.pep.foundation/pep.foundation/libetpan.git |
|
|
|