From 100569fb36a739f0e3a132d2288638323f8feca5 Mon Sep 17 00:00:00 2001 From: Dirk Zimmermann Date: Tue, 26 Oct 2021 13:07:10 +0200 Subject: [PATCH] IPS-67 Don't rebuild if not needed --- 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 9258bfd..efcde64 100644 --- a/build-pEpEngine-macOS.sh +++ b/build-pEpEngine-macOS.sh @@ -32,7 +32,7 @@ PARENT_DIR="${SCRIPT_DIR}/.." if [ -f "${PREFIX}/lib/libpEpEngine.a" ]; then echo "lib exists already in ${PREFIX}/lib. If you want to rebuild it, delete the existing one." - #exit 0 + exit 0 fi # libpEpTransport