From 2a77347c169c56cb53748ecf7b84d6d73d5c5067 Mon Sep 17 00:00:00 2001 From: Andreas Buff Date: Tue, 19 Oct 2021 11:37:56 +0200 Subject: [PATCH] Fixes: outdated libetpan used --- build-pEpEngine-macOS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-pEpEngine-macOS.sh b/build-pEpEngine-macOS.sh index 7effb33..a830ca4 100644 --- a/build-pEpEngine-macOS.sh +++ b/build-pEpEngine-macOS.sh @@ -49,7 +49,7 @@ pushd "${PARENT_DIR}" LIBETPAN_DIR="${PARENT_DIR}/libetpan" if [ ! -d "${LIBETPAN_DIR}" ]; then # git clone -b "master" https://gitea.pep.foundation/pep.foundation/libetpan.git -git clone -b "IOSAD-218" https://gitea.pep.foundation/buff/libetpan.git +git clone -b "master" https://gitea.pep.foundation/buff/libetpan.git # build with Engine Xcode project fi