This is an automated email from the ASF dual-hosted git repository.
massakam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
The following commit(s) were added to refs/heads/master by this push:
new 52f8319 try build. (#341)
52f8319 is described below
commit 52f8319e1cd3dc0681284c07a9907d7c057c7b7b
Author: Baodi Shi <[email protected]>
AuthorDate: Thu Aug 17 09:08:40 2023 +0800
try build. (#341)
---
pkg/mac/build-cpp-lib.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkg/mac/build-cpp-lib.sh b/pkg/mac/build-cpp-lib.sh
index 30eb0f1..a2b6197 100755
--- a/pkg/mac/build-cpp-lib.sh
+++ b/pkg/mac/build-cpp-lib.sh
@@ -37,6 +37,7 @@ pushd apache-pulsar-client-cpp-${CPP_CLIENT_VERSION}
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=$PREFIX \
-DCMAKE_INSTALL_LIBDIR=$PULSAR_PREFIX/lib \
+ -DOPENSSL_ROOT_DIR=$PREFIX \
-DLINK_STATIC=ON \
-DBUILD_TESTS=OFF \
-DBUILD_PYTHON_WRAPPER=OFF \