IPS-67 Copy the transport.h

IPS-67
Dirk Zimmermann 1 year ago
parent df647c87cf
commit f04f838b72

@ -41,7 +41,12 @@ pushd "${PARENT_DIR}"
if [ ! -d "${PEP_LIB_TRANSPORT_DIR}" ]; then
git clone -b "${VERSION}" https://gitea.pep.foundation/buff/libpEpTransport
fi
make
pushd ${PEP_LIB_TRANSPORT_DIR}
make
popd
echo !!! copy to ${PREFIX}/include/pEp
mkdir -p ${PREFIX}/include/pEp
cp ${PEP_LIB_TRANSPORT_DIR}/src/transport_status_code.h ${PREFIX}/include/pEp
popd
# libpEpEngine

Loading…
Cancel
Save