From e566635752f442c43fc9c6a03ee049345e37d2cd Mon Sep 17 00:00:00 2001 From: Dirk Zimmermann Date: Wed, 27 Oct 2021 09:44:03 +0200 Subject: [PATCH] IPS-67 Comment --- build-pEpEngine-macOS.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-pEpEngine-macOS.sh b/build-pEpEngine-macOS.sh index 8c57092..8d7ef06 100644 --- a/build-pEpEngine-macOS.sh +++ b/build-pEpEngine-macOS.sh @@ -43,11 +43,15 @@ pushd "${PARENT_DIR}" fi pushd ${PEP_LIB_TRANSPORT_DIR} make - popd - mkdir -p ${PREFIX}/include/pEp - cp ${PEP_LIB_TRANSPORT_DIR}/src/transport_status_code.h ${PREFIX}/include/pEp + popd + + # satisfy the engine build mkdir -p ${PARENT_DIR}/pEpEngine/build-mac/build/include/pEp cp ${PEP_LIB_TRANSPORT_DIR}/src/transport_status_code.h ${PARENT_DIR}/pEpEngine/build-mac/build/include/pEp + + # satisfy PEPObjCTypes + mkdir -p ${PREFIX}/include/pEp + cp ${PEP_LIB_TRANSPORT_DIR}/src/transport_status_code.h ${PREFIX}/include/pEp popd # libpEpEngine